diff --git a/common/nix.nix b/common/nix.nix index bafc8ef..c5174d8 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -7,7 +7,6 @@ setNixPath = true; setFlakeRegistry = true; }; - nix.nixPath = [ "nixpkgs=flake:nixpkgs" ]; nixpkgs.config.allowUnfree = true; nix.settings.trusted-users = [ "@wheel" ]; }