From be3dd791ca4bc29f0354023002bd8611ee4f83fe Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 11:11:57 +0200 Subject: [PATCH] fix: remove self from substitutors --- common/substitutors.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/substitutors.nix b/common/substitutors.nix index af8cdb6..855d7ee 100644 --- a/common/substitutors.nix +++ b/common/substitutors.nix @@ -6,7 +6,6 @@ experimental-features = [ "nix-command" "flakes" ]; substituters = [ (lib.mkIf (config.networking.hostName != "nuOS") "https://cache.itepastra.nl") - (lib.mkIf (config.networking.hostName == "nuOS") "http://192.168.42.5:38281") "https://hyprland.cachix.org" "https://cache.iog.io" "https://cuda-maintainers.cachix.org"