1
0
Fork 0

Add cachix cache

This commit is contained in:
Daniel Kempkens 2022-08-06 11:17:13 +02:00
parent 67bff3b51f
commit eeb8c93adf
3 changed files with 6 additions and 0 deletions

View file

@ -7,10 +7,12 @@
nix = {
binaryCaches = [
"https://nix-community.cachix.org"
"https://nifoc.cachix.org"
];
binaryCachePublicKeys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"nifoc.cachix.org-1:ymuftq7RgN/lf/iWXFK8gpwDSAGFaGBeliWe9u6q8II="
];
trustedUsers = [

View file

@ -23,10 +23,12 @@ in
substituters = [
"https://nix-community.cachix.org"
"https://nifoc.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"nifoc.cachix.org-1:ymuftq7RgN/lf/iWXFK8gpwDSAGFaGBeliWe9u6q8II="
];
};

View file

@ -24,10 +24,12 @@ in
substituters = [
"https://nix-community.cachix.org"
"https://nifoc.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"nifoc.cachix.org-1:ymuftq7RgN/lf/iWXFK8gpwDSAGFaGBeliWe9u6q8II="
];
};