mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Set .version-determinate to 3.5.0
This commit is contained in:
parent
1342041312
commit
83f92cfd04
4 changed files with 9 additions and 2 deletions
|
@ -1 +1 @@
|
|||
3.4.2
|
||||
3.5.0
|
||||
|
|
|
@ -128,6 +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)<!-- next -->
|
||||
- [Release 3.5.0 (2025-05-09)](release-notes-determinate/rl-3.5.0.md)
|
||||
- [Release 3.4.2 (2025-05-05)](release-notes-determinate/rl-3.4.2.md)
|
||||
- [Release 3.4.0 (2025-04-25)](release-notes-determinate/rl-3.4.0.md)
|
||||
- [Release 3.3.0 (2025-04-11)](release-notes-determinate/rl-3.3.0.md)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changes between Nix and Determinate Nix
|
||||
|
||||
This section lists the differences between upstream Nix 2.28 and Determinate Nix 3.4.2.<!-- differences -->
|
||||
This section lists the differences between upstream Nix 2.28 and Determinate Nix 3.5.0.<!-- differences -->
|
||||
|
||||
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
|
||||
|
||||
|
@ -17,3 +17,5 @@ This section lists the differences between upstream Nix 2.28 and Determinate Nix
|
|||
* Warnings around "dirty trees" are updated to reduce "dirty" jargon, and now refers to "uncommitted changes".
|
||||
|
||||
<!-- Determinate Nix version 3.4.2 -->
|
||||
|
||||
<!-- Determinate Nix version 3.5.0 -->
|
||||
|
|
4
doc/manual/source/release-notes-determinate/rl-3.5.0.md
Normal file
4
doc/manual/source/release-notes-determinate/rl-3.5.0.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Release 3.5.0 (2025-05-09)
|
||||
|
||||
* Based on [upstream Nix 2.28.3](../release-notes/rl-2.28.md).
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue