diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 003ea49..bc855a2 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -330,12 +330,12 @@ in - job = artiq:full:sipyco-manual-html + job = artiq:sipyco:sipyco-manual-html command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/sipyco-manual-html - job = artiq:full:sipyco-manual-latexpdf - command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/sipyco-manual-latexpdf + job = artiq:sipyco:sipyco-manual-pdf + command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/sipyco-manual-pdf @@ -565,10 +565,10 @@ in # autogenerated manuals locations."/artiq/sipyco-manual/" = { - alias = "${hydraWwwOutputs}/sipyco-manual-html/share/doc/sipyco-manual/html/"; + alias = "${hydraWwwOutputs}/sipyco-manual-html/"; }; locations."=/artiq/sipyco-manual.pdf" = { - alias = "${hydraWwwOutputs}/sipyco-manual-latexpdf/share/doc/sipyco-manual/SiPyCo.pdf"; + alias = "${hydraWwwOutputs}/sipyco-manual-pdf/SiPyCo.pdf"; }; locations."/artiq/manual-beta/" = { alias = "${hydraWwwOutputs}/artiq-manual-html-beta/";