tweak(nix): unset NIX_PATH
This commit is contained in:
parent
4b79a0ec0b
commit
1f25fa045d
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue