From 39f80ea79ab4db018b60e5065a0eba3cc402c095 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:49:34 -0500 Subject: [PATCH] fix: issue with nix shell registry fixes https://github.com/nmasur/dotfiles/issues/98 --- modules/common/shell/nixpkgs.nix | 6 ------ 1 file changed, 6 deletions(-) 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"