mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01: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.
(cherry picked from commit 98c7b23178
)
This commit is contained in:
parent
540e90d3fa
commit
1bcfec1e87
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ function doBuild() {
|
|||
exit 1
|
||||
fi
|
||||
|
||||
export NIX_PATH="$NIX_PATH${NIX_PATH:+:}home-manager=@MODULES_PATH@"
|
||||
|
||||
local extraArgs
|
||||
extraArgs=""
|
||||
|
||||
|
|
Loading…
Reference in a new issue