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
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue