mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-13 04:04:35 +03:00
image-builder: Filesystems can be post-processed
This commit is contained in:
parent
c37da93225
commit
f7506b5ec8
@ -141,6 +141,10 @@ stdenvNoCC.mkDerivation (args // rec {
|
||||
echo "$checkPhase"
|
||||
runHook checkPhase
|
||||
|
||||
if [ -n "$postProcess" ]; then
|
||||
echo "-> Running post-processing"
|
||||
runHook postProcess
|
||||
fi
|
||||
'';
|
||||
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user