mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
home-manager: fix command line option for nix build
This commit is contained in:
parent
134c5ccdd3
commit
71902bc913
1 changed files with 1 additions and 1 deletions
|
@ -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