From dd86298253c97bee464fb1fcab12e1a061f6b313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 26 Feb 2025 18:44:45 +0100 Subject: [PATCH] Change substituter override --- system/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nix.nix b/system/nix.nix index c754ddc..7354501 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -15,7 +15,7 @@ "https://cache.nixos.org" "https://cuda-maintainers.cachix.org" ]; - substituters = lib.mkDefault [ + substituters = lib.mkOverride 90 [ "https://nix-cache.home.2rjus.net" "https://cache.nixos.org" "https://cuda-maintainers.cachix.org"