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:
parent
bf78ef0ecf
commit
8a2f8715d3
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user