From c41f28a2e4db080f7564812e9af7b0dbdc44dbd7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 31 Dec 2020 22:01:28 +0100 Subject: Add nix-community cache declaratively --- system/settings/programs/base.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system/settings/programs') diff --git a/system/settings/programs/base.nix b/system/settings/programs/base.nix index edc98c94..4d91427e 100644 --- a/system/settings/programs/base.nix +++ b/system/settings/programs/base.nix @@ -7,4 +7,8 @@ vim zstd ]; + nix = { + binaryCaches = ["https://nix-community.cachix.org"]; + binaryCachePublicKeys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; + }; } -- cgit 1.4.1