home-manager: fix shellcheck warning
This commit is contained in:
parent
3461ceebc0
commit
e5325c2274
|
@ -78,7 +78,7 @@ function doInstantiate() {
|
|||
setConfigFile
|
||||
setHomeManagerNixPath
|
||||
|
||||
local extraArgs=("$@")
|
||||
local extraArgs=()
|
||||
|
||||
for p in "${EXTRA_NIX_PATH[@]}"; do
|
||||
extraArgs=("${extraArgs[@]}" "-I" "$p")
|
||||
|
|
Loading…
Reference in a new issue