mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 22:50:39 +00:00
home-manager: remove unnecessary variable setting
The `NIX_PATH` variable is set by the `setHomeManagerModulesPath` function so it is unnecessary to set it again.
This commit is contained in:
parent
89dc8c2004
commit
98c7b23178
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ function doBuild() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export NIX_PATH="$NIX_PATH${NIX_PATH:+:}home-manager=@MODULES_PATH@"
|
|
||||||
|
|
||||||
local extraArgs
|
local extraArgs
|
||||||
extraArgs=""
|
extraArgs=""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue