From e9d5caa6b27728ba91b3fd62c36932d0fe251a42 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 1 Apr 2023 12:16:14 -0400 Subject: add nix-community binary cache --- profiles/base/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'profiles/base/default.nix') diff --git a/profiles/base/default.nix b/profiles/base/default.nix index dbaabe8..1b84806 100644 --- a/profiles/base/default.nix +++ b/profiles/base/default.nix @@ -15,6 +15,12 @@ auto-optimise-store = true; warn-dirty = false; experimental-features = ["nix-command" "flakes"]; + trusted-substituters = [ + "https://nix-community.cachix.org" + ]; + trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; }; }; } -- cgit v1.2.3