fix: issue with nix shell registry

fixes https://github.com/nmasur/dotfiles/issues/98
This commit is contained in:
Noah Masur 2024-12-06 20:49:34 -05:00
parent 6ca944fe42
commit 39f80ea79a
No known key found for this signature in database

View File

@ -91,12 +91,6 @@
# Set channel to flake packages, used for nix-shell commands # Set channel to flake packages, used for nix-shell commands
nixPath = [ "nixpkgs=${pkgs.path}" ]; 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 # For security, only allow specific users
settings.allowed-users = [ settings.allowed-users = [
"@wheel" "@wheel"