diff --git a/modules/common/shell/nixpkgs.nix b/modules/common/shell/nixpkgs.nix index 4e631e4..9597703 100644 --- a/modules/common/shell/nixpkgs.nix +++ b/modules/common/shell/nixpkgs.nix @@ -91,12 +91,6 @@ # Set channel to flake packages, used for nix-shell commands nixPath = [ "nixpkgs=${pkgs.path}" ]; - # Set registry to this flake's packages, used for nix X commands - registry.nixpkgs.to = { - type = "path"; - path = builtins.toString pkgs.path; - }; - # For security, only allow specific users settings.allowed-users = [ "@wheel"