forked from M-Labs/thermostat
adc2tcp.nix: add hydra-build-products
This commit is contained in:
parent
876658e712
commit
3af1f72e7d
|
@ -43,7 +43,8 @@ buildRustPackage rec {
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/lib
|
mkdir -p $out/lib $out/nix-support
|
||||||
cp target/thumbv7em-none-eabihf/release/adc2tcp $out/lib/
|
cp target/thumbv7em-none-eabihf/release/adc2tcp $out/lib/
|
||||||
|
echo file binary-dist $out/lib/adc2tcp >> $out/nix-support/hydra-build-products
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue