all repos — nixfiles @ c41f28a2e4db080f7564812e9af7b0dbdc44dbd7

System and user configuration, managed by nix and home-manager

Add nix-community cache declaratively

Alan Pearce
commit

c41f28a2e4db080f7564812e9af7b0dbdc44dbd7

parent

a62d6031e1ee5d7fe3c32c062f45ac6792ece980

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M system/settings/programs/base.nixsystem/settings/programs/base.nix
@@ -7,4 +7,8 @@ cachix
vim zstd ]; + nix = { + binaryCaches = ["https://nix-community.cachix.org"]; + binaryCachePublicKeys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; + }; }