Skip to content
Snippets Groups Projects
Commit a3aa0092 authored by Astro's avatar Astro :gear:
Browse files

hydra: fix l0dables hydra-build-products

parent b72b3fc0
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,9 @@ let
${oldAttrs.installPhase}
mkdir -p $out/nix-support
echo file binary-dist $out/apps/*.elf >> $out/nix-support/hydra-build-products
for f in $out/apps/*.elf ; do
echo file binary-dist $f >> $out/nix-support/hydra-build-products
done
'';
});
in {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment