1
0
Fork 0

Nix: re-add default cache, just in case

This commit is contained in:
Aires 2025-01-12 00:03:19 -05:00
parent 360a7a7bf5
commit 5c979ecfd8

View file

@ -45,6 +45,7 @@ in
# Set up Hevana and Lix as secondary binary caches
substituters = [
"https://cache.nixos.org/"
"https://${config.${namespace}.secrets.services.binary-cache.url}"
"https://cache.lix.systems"
];