diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index fea9ed4..abef113 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -405,10 +405,10 @@ ACTION=="add", SUBSYSTEM=="tty", \ # autogenerated manuals locations."/artiq/sipyco-manual/" = { - alias = "${hydraWwwOutputs}/sipyco-manual-html-beta/share/doc/sipyco-manual/html/"; + alias = "${hydraWwwOutputs}/sipyco-manual-html/share/doc/sipyco-manual/html/"; }; locations."=/artiq/sipyco-manual.pdf" = { - alias = "${hydraWwwOutputs}/sipyco-manual-latexpdf-beta/share/doc/sipyco-manual/SiPyCo.pdf"; + alias = "${hydraWwwOutputs}/sipyco-manual-latexpdf/share/doc/sipyco-manual/SiPyCo.pdf"; }; locations."/artiq/manual-beta/" = { alias = "${hydraWwwOutputs}/artiq-manual-html-beta/share/doc/artiq-manual/html/";