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
'';
nixPath = [
"nixpkgs=${channel.input}"
"nixos-config=${../../lib/compat/nixos}"
"home-manager=${inputs.home}"
];
# nixPath = [
# "nixpkgs=${channel.input}"
# "nixos-config=${../../lib/compat/nixos}"
# "home-manager=${inputs.home}"
# ];
localRegistry = {
enable = true;