mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-26 19:54:53 +00:00
fix: issue with nix shell registry
fixes https://github.com/nmasur/dotfiles/issues/98
This commit is contained in:
parent
6ca944fe42
commit
39f80ea79a
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user