Nix: re-add default cache, just in case
This commit is contained in:
parent
360a7a7bf5
commit
5c979ecfd8
|
@ -45,6 +45,7 @@ in
|
||||||
|
|
||||||
# Set up Hevana and Lix as secondary binary caches
|
# Set up Hevana and Lix as secondary binary caches
|
||||||
substituters = [
|
substituters = [
|
||||||
|
"https://cache.nixos.org/"
|
||||||
"https://${config.${namespace}.secrets.services.binary-cache.url}"
|
"https://${config.${namespace}.secrets.services.binary-cache.url}"
|
||||||
"https://cache.lix.systems"
|
"https://cache.lix.systems"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue