Skip to content

Commit

Permalink
home-manager: fix command line option for nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and rycee committed Oct 30, 2021
1 parent 134c5cc commit 71902bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/home-manager
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71902bc

Please sign in to comment.