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

Bump Determinate Nix version

This commit is contained in:
Eelco Dolstra 2025-03-24 21:28:34 +01:00
parent 9c26996e73
commit 117d671923
4 changed files with 6 additions and 2 deletions

View file

@ -1 +1 @@
3.0.0
3.1.0

View file

@ -129,6 +129,7 @@
- [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-??-??)](release-notes-determinate/rl-3.1.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

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

View file

@ -0,0 +1,3 @@
# Release 3.1.0 (2025-??-??)
* Based on [upstream Nix 2.27.1](../release-notes/rl-2.27.md).