Use correct hydra type and subtype

This commit is contained in:
Sander van der Burg 2013-03-05 14:33:49 +01:00
parent b345bca3af
commit 31b19d39f3

View File

@ -39,6 +39,6 @@ stdenv.mkDerivation {
mv bin/*-${if release then "release" else "debug"}.apk $out
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
'';
}