···307307 esac
308308 done
309309310310+ if [[ -z $buildingAttribute ]]; then
311311+ instArgs+=("$buildFile")
312312+ fi
313313+310314 drv="$(runCmd nix-instantiate "${instArgs[@]}" "${extraBuildFlags[@]}")"
311315 if [ -a "$drv" ]; then
312316 logVerbose "Running nix-copy-closure with these NIX_SSHOPTS: $SSHOPTS"