From 5c979ecfd89a7497e1a3c526c9fd8a2be5a187b8 Mon Sep 17 00:00:00 2001 From: Andre Date: Sun, 12 Jan 2025 00:03:19 -0500 Subject: [PATCH] Nix: re-add default cache, just in case --- modules/nixos/system/nix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/system/nix/default.nix b/modules/nixos/system/nix/default.nix index f005c2e..9550b14 100644 --- a/modules/nixos/system/nix/default.nix +++ b/modules/nixos/system/nix/default.nix @@ -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" ];