stm32: fix hydra build products

pull/30/head
Sebastien Bourdeauducq 2019-06-01 10:54:07 +08:00
parent 69fe1555e3
commit e5d2b8c10f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ let
installPhase = ''
mkdir -p $out $out/nix-support
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