From 88eab2e642fd8a88d76562f315f3151973ec575c Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Sun, 5 Mar 2023 14:15:03 +0000 Subject: [PATCH] add some flags to nix-build --- test-pr.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test-pr.sh b/test-pr.sh index f880510..bed084a 100755 --- a/test-pr.sh +++ b/test-pr.sh @@ -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" \