checkpointBuildTools.prepareCheckpointBuild: stop at install

Switch off phases following installPhase, including fixupPhase,
installCheckPhase, distPhase and postPhases.
This commit is contained in:
Yueh-Shun Li 2024-03-13 19:38:07 +08:00
parent 8faabed89b
commit 5010678492

View File

@ -53,7 +53,12 @@ rec {
mkdir -p $out/outputs mkdir -p $out/outputs
cp -r ./* $out/outputs/ cp -r ./* $out/outputs/
runHook postCheckpointInstall runHook postCheckpointInstall
unset postPhases
''; '';
dontFixup = true;
doInstallCheck = false;
doDist = false;
}); });
/* Build a derivation based on the checkpoint output generated by /* Build a derivation based on the checkpoint output generated by