From e5d2b8c10f68bddb2838cef643dd1d1586db79be Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 1 Jun 2019 10:54:07 +0800 Subject: [PATCH] stm32: fix hydra build products --- stm32/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm32/default.nix b/stm32/default.nix index 023ec8e..bbcaf35 100644 --- a/stm32/default.nix +++ b/stm32/default.nix @@ -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