adc2tcp.nix: add hydra-build-products

master
Astro 2019-03-19 19:28:25 +01:00
parent 876658e712
commit 3af1f72e7d
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ buildRustPackage rec {
doCheck = false;
installPhase = ''
mkdir -p $out/lib
mkdir -p $out/lib $out/nix-support
cp target/thumbv7em-none-eabihf/release/adc2tcp $out/lib/
echo file binary-dist $out/lib/adc2tcp >> $out/nix-support/hydra-build-products
'';
}