all: change order of substituters
This commit is contained in:
parent
2332e938fa
commit
6b42fd5d78
@ -145,7 +145,10 @@ in
|
||||
if config.xinCI.enable
|
||||
then { }
|
||||
else {
|
||||
substituters = [ "https://nix-binary-cache.otter-alligator.ts.net/" ];
|
||||
substituters = lib.mkForce [
|
||||
"https://cache.nixos.org"
|
||||
"https://nix-binary-cache.otter-alligator.ts.net/"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-binary-cache.otter-alligator.ts.net:XzgdqR79WNOzcvSHlgh4FDeFNUYR8U2m9dZGI7whuco="
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user