mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
home-manager: fix shellcheck warning
This commit is contained in:
parent
3461ceebc0
commit
e5325c2274
1 changed files with 1 additions and 1 deletions
|
@ -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