extra substituters

This commit is contained in:
cy 2025-01-05 18:28:05 -05:00
parent 02c0b2332f
commit 1e0bf9dad9

View file

@ -30,13 +30,10 @@
nixConfig = { nixConfig = {
extra-substituters = [ extra-substituters = [
# "https://cache.cything.io/" "https://cache.cything.io/"
"https://nix-community.cachix.org"
"https://cache.nixos.org/"
]; ];
extra-trusted-public-keys = [ extra-trusted-public-keys = [
"cache.cything.io:4NhyCpZuroY7+JP18m1wkAgJGb6WL0jrtx2Bgrvdtow=" "cache.cything.io:4NhyCpZuroY7+JP18m1wkAgJGb6WL0jrtx2Bgrvdtow="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
]; ];
builders-use-substitutes = true; builders-use-substitutes = true;
}; };