1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

Don't run changelog-d in the build

This way we lose the preview of release notes on master, as well
as on https://nixos.org/manual/nix/unstable/release-notes/rl-next
but we can come back to this.
This commit is contained in:
Robert Hensing 2023-11-24 15:48:41 +01:00
parent 857f9168f7
commit d63f72197c
3 changed files with 14 additions and 5 deletions

View file

@ -257,4 +257,4 @@ See also the [format documentation](https://github.com/haskell/cabal/blob/master
### Build process
Releases have a precomputed `rl-MAJOR.MINOR.md`, and no `rl-next.md`.
Non-releases build the release notes on the fly.
Set `buildUnreleasedNotes = true;` in `flake.nix` to build the release notes on the fly.