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