diff options
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 6c11ba588ed5..af2c435d7258 100644 --- a/release.nix +++ b/release.nix @@ -67,7 +67,8 @@ let jobs = rec { ''; postInstall = '' - echo "doc manual $out/share/doc/nix/manual/manual.html" >> $out/nix-support/hydra-build-products + echo "doc manual $out/share/doc/nix/manual" >> $out/nix-support/hydra-build-products + echo "doc release-notes $out/share/doc/nix/release-notes" >> $out/nix-support/hydra-build-products ''; }; |