mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Fix release notes (1.0.0 -> 3.0.0)
This commit is contained in:
parent
dab0ff4f9e
commit
9c26996e73
3 changed files with 3 additions and 3 deletions
|
@ -128,7 +128,7 @@
|
|||
- [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 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)
|
||||
{{#include ./SUMMARY-rl-next.md}}
|
||||
- [Release 2.27 (2025-03-03)](release-notes/rl-2.27.md)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# 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.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Release 1.0.0 (2025-??-??)
|
||||
# Release 3.0.0 (2025-03-04)
|
||||
|
||||
* Initial release of Determinate Nix.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue