all: change order of substituters

This commit is contained in:
Aaron Bieber 2023-11-17 08:13:58 -07:00
parent 2332e938fa
commit 6b42fd5d78
No known key found for this signature in database

View File

@ -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="
];