flake: Change hydra product type to doc-pdf
This commit is contained in:
parent
2a666f2cb2
commit
ff04ebc4dc
|
@ -52,7 +52,7 @@
|
|||
hydra-product = pkgs.runCommandNoCC "seminararbeit-hydra" { } ''
|
||||
install -D ${packages.seminararbeit} $out/seminararbeit.pdf
|
||||
mkdir -p $out/nix-support
|
||||
echo "doc seminararbeit $out/seminararbeit.pdf" >> $out/nix-support/hydra-build-products
|
||||
echo "doc-pdf seminararbeit $out/seminararbeit.pdf" >> $out/nix-support/hydra-build-products
|
||||
'';
|
||||
}
|
||||
else { };
|
||||
|
|
Reference in a new issue