1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-18 12:38:30 +02:00

home-manager: fix shellcheck warning

This commit is contained in:
Robert Helgesson 2020-04-18 10:53:41 +02:00
parent 3461ceebc0
commit e5325c2274
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -78,7 +78,7 @@ function doInstantiate() {
setConfigFile
setHomeManagerNixPath
local extraArgs=("$@")
local extraArgs=()
for p in "${EXTRA_NIX_PATH[@]}"; do
extraArgs=("${extraArgs[@]}" "-I" "$p")