tweak(nix): unset NIX_PATH

This commit is contained in:
Infinidoge 2022-10-12 17:54:18 -04:00
parent 4b79a0ec0b
commit 1f25fa045d

View file

@ -31,11 +31,11 @@ with lib;
fallback = true fallback = true
''; '';
nixPath = [ # nixPath = [
"nixpkgs=${channel.input}" # "nixpkgs=${channel.input}"
"nixos-config=${../../lib/compat/nixos}" # "nixos-config=${../../lib/compat/nixos}"
"home-manager=${inputs.home}" # "home-manager=${inputs.home}"
]; # ];
localRegistry = { localRegistry = {
enable = true; enable = true;