1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2025-01-07 12:11:28 +03:00

system-types/u-boot: Add Hydra build products to image

This commit is contained in:
Samuel Dionne-Riel 2022-10-13 22:38:29 -04:00
parent bf78ef0ecf
commit 8a2f8715d3

View File

@ -158,6 +158,15 @@ let
boot-partition
config.mobile.outputs.generatedFilesystems.rootfs
];
postProcess = ''
(PS4=" $ "; set -x
mkdir $out/nix-support
cat <<EOF > $out/nix-support/hydra-build-products
file disk-image $out/$filename
EOF
)
'';
};
in
{