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.registry.nixpkgs.flake = inputs.nixpkgs;
|
||||||
nix = {
|
nix = {
|
||||||
|
nixPath = [ ];
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
|
|
Loading…
Reference in a new issue