forked from M-Labs/nix-scripts
stm32: fix hydra build products
This commit is contained in:
parent
69fe1555e3
commit
e5d2b8c10f
|
@ -24,7 +24,7 @@ let
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out $out/nix-support
|
mkdir -p $out $out/nix-support
|
||||||
cp target/thumbv7em-none-eabihf/release/${name} $out/${name}.elf
|
cp target/thumbv7em-none-eabihf/release/${name} $out/${name}.elf
|
||||||
echo file binary-dist ${name}.elf >> $out/nix-support/hydra-build-products
|
echo file binary-dist $out/${name}.elf >> $out/nix-support/hydra-build-products
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in New Issue