Commit 1b34e9783feb

Vincent Demeester <vincent@sbr.pm>
2025-04-17 00:24:10
systems: fix substituters definitions…
Something from the past. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b240b14
Changed files (1)
systems/default.nix
@@ -92,7 +92,7 @@
     daemonCPUSchedPolicy = "idle";
 
     # Add some "caches" (substituters)
-    substituters = cfg.localCaches ++ [
+    substituters = [
       "https://cache.nixos.org/"
       "https://r-ryantm.cachix.org"
       "https://shortbrain.cachix.org"