Loading
nixos/sd-image: add preBuildCommands option
Allow running shell commands after the root filesystem image has been
prepared but before the final SD image is assembled. This is useful for
adjusting the rootfs, such as resizing it to a fixed size or injecting
additional files, without having to override the entire build
derivation.
Signed-off-by:
Tanel Dettenborn <tanel.dettenborn@tii.ae>