Skip to content

Commit

Permalink
bin nix qreview: kill signal SIGNINT, infinity timeout
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Jan 1, 2025
1 parent 60508e7 commit 2ed9b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nix/qreview
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export JOB_LABEL="review #$PR $*"
ssh whiterun \
ts \
-m \
systemd-run --user --working-directory ~/nixpkgs -P --collect \
systemd-run --user --working-directory ~/nixpkgs -P --collect -p KillSignal=SIGINT -p TimeoutStopSec=infinity \
sdw nix review --really pr "$PR" \
--no-shell \
--post-result \
Expand Down

0 comments on commit 2ed9b44

Please sign in to comment.