mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-14 11:57:55 +00: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 \
|
||||
"${PASSTHROUGH_OPTS[@]}" \
|
||||
${DRY_RUN+--dry-run} \
|
||||
${NO_OUT_LINK+--no-out-link} \
|
||||
${NO_OUT_LINK+--no-link} \
|
||||
"$FLAKE_CONFIG_URI.activationPackage" \
|
||||
|| exitCode=1
|
||||
return $exitCode
|
||||
|
|
Loading…
Reference in a new issue