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

Add release notes for 1.0.0

This commit is contained in:
Eelco Dolstra 2025-02-21 13:20:05 +01:00
parent 3f59f80e6c
commit 237c9bda79
2 changed files with 6 additions and 1 deletions

View file

@ -130,7 +130,7 @@
- [Contributing](development/contributing.md) - [Contributing](development/contributing.md)
- [Determinate Nix Releases Notes](release-notes-determinate/index.md) - [Determinate Nix Releases Notes](release-notes-determinate/index.md)
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md) - [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)
- [Release 1.0 (2024-11-??)](release-notes-determinate/rl-1.0.md) - [Release 1.0.0 (2025-??-??)](release-notes-determinate/rl-1.0.0.md)
- [Nix Releases Notes](release-notes/index.md) - [Nix Releases Notes](release-notes/index.md)
{{#include ./SUMMARY-rl-next.md}} {{#include ./SUMMARY-rl-next.md}}
- [Release 2.26 (2025-01-22)](release-notes/rl-2.26.md) - [Release 2.26 (2025-01-22)](release-notes/rl-2.26.md)

View file

@ -0,0 +1,5 @@
# Release 1.0.0 (2025-??-??)
* Initial release of Determinate Nix.
* Based on [upstream Nix 2.26.2](../release-notes/rl-2.26.md).