home-manager: fix command line option for nix build
This commit is contained in:
parent
134c5ccdd3
commit
71902bc913
|
@ -252,7 +252,7 @@ function doBuild() {
|
||||||
nix build \
|
nix build \
|
||||||
"${PASSTHROUGH_OPTS[@]}" \
|
"${PASSTHROUGH_OPTS[@]}" \
|
||||||
${DRY_RUN+--dry-run} \
|
${DRY_RUN+--dry-run} \
|
||||||
${NO_OUT_LINK+--no-out-link} \
|
${NO_OUT_LINK+--no-link} \
|
||||||
"$FLAKE_CONFIG_URI.activationPackage" \
|
"$FLAKE_CONFIG_URI.activationPackage" \
|
||||||
|| exitCode=1
|
|| exitCode=1
|
||||||
return $exitCode
|
return $exitCode
|
||||||
|
|
Loading…
Reference in a new issue