nix: set empty NIX_PATH

This commit is contained in:
Leonardo Eugênio 2023-08-08 12:43:11 -03:00
parent 89cef20b3c
commit 869ba87dab

View file

@ -4,6 +4,7 @@
nix.registry.nixpkgs.flake = inputs.nixpkgs;
nix = {
nixPath = [ ];
gc = {
automatic = true;
dates = "weekly";