From ee284a7c609be36e5e1c5815a23534383f32d0db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 22 Mar 2025 14:45:20 +0100 Subject: [PATCH] don't add nixpkgs to nix registry to not conflict with nixpkgs NixOS is already doing this for us. --- lib/build-clan/module.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/build-clan/module.nix b/lib/build-clan/module.nix index 09cb69c3e..873ff56b5 100644 --- a/lib/build-clan/module.nix +++ b/lib/build-clan/module.nix @@ -96,12 +96,6 @@ let networking.hostName = lib.mkDefault name; - # speeds up nix commands by using the nixpkgs from the host system (especially useful in VMs) - nix.registry.nixpkgs.to = lib.mkDefault { - type = "path"; - path = lib.mkDefault nixpkgs; - }; - # For vars we need to override the system so we run vars # generators on the machine that runs `clan vars generate`. If a # users is using the `pkgsForSystem`, we don't set