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

Fix release notes (1.0.0 -> 3.0.0)

This commit is contained in:
Eelco Dolstra 2025-03-24 21:34:11 +01:00
parent dab0ff4f9e
commit 9c26996e73
3 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@
- [Contributing](development/contributing.md) - [Contributing](development/contributing.md)
- [Determinate Nix Release Notes](release-notes-determinate/index.md) - [Determinate Nix Release 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.0 (2025-??-??)](release-notes-determinate/rl-1.0.0.md) - [Release 3.0.0 (2025-03-04)](release-notes-determinate/rl-3.0.0.md)
- [Nix Release Notes](release-notes/index.md) - [Nix Release Notes](release-notes/index.md)
{{#include ./SUMMARY-rl-next.md}} {{#include ./SUMMARY-rl-next.md}}
- [Release 2.27 (2025-03-03)](release-notes/rl-2.27.md) - [Release 2.27 (2025-03-03)](release-notes/rl-2.27.md)

View file

@ -1,6 +1,6 @@
# Changes between Nix and Determinate Nix # Changes between Nix and Determinate Nix
This section lists the differences between upstream Nix 2.24 and Determinate Nix 1.0. This section lists the differences between upstream Nix 2.24 and Determinate Nix 3.0.0.
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature. * In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.

View file

@ -1,4 +1,4 @@
# Release 1.0.0 (2025-??-??) # Release 3.0.0 (2025-03-04)
* Initial release of Determinate Nix. * Initial release of Determinate Nix.