Remove hydra jobset

It is not active any more and was just added to play around with it.
master
Simon Bruder 2021-11-28 14:09:57 +01:00
parent 917dfd0391
commit 75f3ba876d
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 13 deletions

View File

@ -45,18 +45,5 @@
};
defaultPackage = packages.seminararbeit;
# My hydra only has x86_64-linux builders
hydraJobs =
if pkgs.lib.elem system [ "x86_64-linux" ]
then {
build = packages.seminararbeit;
hydra-product = pkgs.runCommandNoCC "seminararbeit-hydra" { } ''
install -D ${packages.seminararbeit} $out/seminararbeit.pdf
mkdir -p $out/nix-support
echo "doc-pdf seminararbeit $out/seminararbeit.pdf" >> $out/nix-support/hydra-build-products
'';
}
else { };
});
}