Use correct hydra type and subtype
This commit is contained in:
parent
b345bca3af
commit
31b19d39f3
@ -39,6 +39,6 @@ stdenv.mkDerivation {
|
|||||||
mv bin/*-${if release then "release" else "debug"}.apk $out
|
mv bin/*-${if release then "release" else "debug"}.apk $out
|
||||||
|
|
||||||
mkdir -p $out/nix-support
|
mkdir -p $out/nix-support
|
||||||
echo "apk apk $(ls $out/*.apk)" > $out/nix-support/hydra-build-products
|
echo "file binary-dist $(ls $out/*.apk)" > $out/nix-support/hydra-build-products
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user