ci: use -c in bootFakeShip

This commit is contained in:
Matthew LeVan 2023-03-15 08:20:09 -04:00
parent 425a207903
commit 637c598e80

View File

@ -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