Add nix community binary caches from cachix.org

No use case yet, but that way I don't have to worry in future.
This commit is contained in:
Daniel Siepmann 2022-03-28 13:57:31 +02:00
parent 56c52ad153
commit 175ebf65b2
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -15,9 +15,14 @@
substituters = [
"https://cache.nixos.org"
"https://fossar.cachix.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= fossar.cachix.org-1:Zv6FuqIboeHPWQS7ysLCJ7UT7xExb4OE8c4LyGb5AsE=";
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"fossar.cachix.org-1:Zv6FuqIboeHPWQS7ysLCJ7UT7xExb4OE8c4LyGb5AsE="
"Keynix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};