1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Merge pull request #16 from DeterminateSystems/push-qxoyqqlnnuly

Fixup release notes
This commit is contained in:
Cole Helbling 2025-03-27 19:22:41 +00:00 committed by GitHub
commit 9fa907efc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -128,8 +128,8 @@
- [Contributing](development/contributing.md)
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)
- [Release 3.0.0 (2025-03-04)](release-notes-determinate/rl-3.0.0.md)
- [Release 3.1.0 (2025-03-27)](release-notes-determinate/rl-3.1.0.md)
- [Release 3.0.0 (2025-03-04)](release-notes-determinate/rl-3.0.0.md)
- [Nix Release Notes](release-notes/index.md)
{{#include ./SUMMARY-rl-next.md}}
- [Release 2.27 (2025-03-03)](release-notes/rl-2.27.md)

View file

@ -3,5 +3,3 @@
* Initial release of Determinate Nix.
* Based on [upstream Nix 2.26.2](../release-notes/rl-2.26.md).
* New setting `json-log-path` that sends a copy of all Nix log messages (in JSON format) to a file or Unix domain socket.

View file

@ -1,3 +1,5 @@
# Release 3.1.0 (2025-03-27)
* Based on [upstream Nix 2.27.1](../release-notes/rl-2.27.md).
* New setting `json-log-path` that sends a copy of all Nix log messages (in JSON format) to a file or Unix domain socket.