1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

Generare release notes for 3.5.1

This commit is contained in:
github-actions[bot] 2025-05-09 20:50:26 +00:00 committed by GitHub
parent 50e9583fb3
commit 7a4871755e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 1 deletions

View file

@ -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.1 (2025-05-09)](release-notes-determinate/rl-3.5.1.md)
- [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)

View file

@ -1,6 +1,6 @@
# Changes between Nix and Determinate Nix
This section lists the differences between upstream Nix 2.28 and Determinate Nix 3.5.0.<!-- differences -->
This section lists the differences between upstream Nix 2.28 and Determinate Nix 3.5.1.<!-- differences -->
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
@ -19,3 +19,7 @@ This section lists the differences between upstream Nix 2.28 and Determinate Nix
<!-- Determinate Nix version 3.4.2 -->
<!-- Determinate Nix version 3.5.0 -->
<!-- Determinate Nix version 3.5.1 -->
* Dispatch release notes with a gh token by @grahamc in [DeterminateSystems/nix-src#61](https://github.com/DeterminateSystems/nix-src/pull/61)

View file

@ -0,0 +1,9 @@
# Release 3.5.1 (2025-05-09)
* Based on [upstream Nix 2.28.3](../release-notes/rl-2.28.md).
## What's Changed
* Dispatch release notes with a gh token by @grahamc in [DeterminateSystems/nix-src#61](https://github.com/DeterminateSystems/nix-src/pull/61)
**Full Changelog**: [v3.5.0...v3.5.1](https://github.com/DeterminateSystems/nix-src/compare/v3.5.0...v3.5.1)