nix: set empty NIX_PATH
This commit is contained in:
parent
89cef20b3c
commit
869ba87dab
|
@ -4,6 +4,7 @@
|
|||
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
nix = {
|
||||
nixPath = [ ];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
Loading…
Reference in a new issue