checkpointBuilds: add hooks for checkpoint builds

This commit is contained in:
Martin Messer 2023-12-12 13:21:01 +01:00
parent 0d6d654f36
commit a3e0a52de4

View File

@ -36,8 +36,10 @@ rec {
# Build tools, building in the source directory, instead of
# having a build root directory, e.G the Linux kernel.
installPhase = ''
runHook preCheckpointInstall
mkdir -p $out/outputs
cp -r ./* $out/outputs/
runHook postCheckpointInstall
'';
});