mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
* Install the release notes.
This commit is contained in:
parent
5d4eb9dd07
commit
09bc0c502c
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue