From 637c598e80dbf3cc9c71191b5e480ddf47b1092e Mon Sep 17 00:00:00 2001 From: Matthew LeVan Date: Wed, 15 Mar 2023 08:20:09 -0400 Subject: [PATCH] ci: use `-c` in `bootFakeShip` --- nix/lib/boot-fake-ship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/lib/boot-fake-ship.nix b/nix/lib/boot-fake-ship.nix index e5f4d3210..d67f16f58 100644 --- a/nix/lib/boot-fake-ship.nix +++ b/nix/lib/boot-fake-ship.nix @@ -17,7 +17,7 @@ in stdenvNoCC.mkDerivation { buildPhase = '' set -xeuo pipefail - ${arvo}/vere.jam ${lib.concatStringsSep " " args} ./pier + ${arvo}/vere.jam ${lib.concatStringsSep " " args} -c ./pier cleanup () { if [ -f ./pier/.vere.lock ]; then