Skip to content

Commit

Permalink
add some flags to nix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Mar 5, 2023
1 parent 3505956 commit 88eab2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ DRV_FILE=$(

OUT_FILE=$(
nix-build \
--builders-use-substitutes \
--no-build-output \
--no-out-link \
--keep-failed \
--keep-derivations \
--keep-outputs \
--log-lines 100 \
--arg jsonConfigFile "$JSON" \
--arg prNum "\"$PRNUM\"" \
-A "$TARGET" \
Expand Down

0 comments on commit 88eab2e

Please sign in to comment.