stm32: dontFixup

pull/23/head
Sebastien Bourdeauducq 2020-09-24 11:12:05 +08:00
parent 62f7610087
commit f69616307e
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ let
llvm-objcopy -O binary target/thumbv7em-none-eabihf/release/${name} $out/${name}.bin
echo file binary-dist $out/${name}.bin >> $out/nix-support/hydra-build-products
'';
dontFixup = true;
};
in
{