From f69616307eeee4791880b9f850cc47da0be37d60 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 24 Sep 2020 11:12:05 +0800 Subject: [PATCH] stm32: dontFixup --- stm32/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stm32/default.nix b/stm32/default.nix index 0b25a28..fab28e6 100644 --- a/stm32/default.nix +++ b/stm32/default.nix @@ -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 {