mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Generare release notes for 3.5.2
This commit is contained in:
parent
2e8f1052cc
commit
8dab273732
3 changed files with 18 additions and 1 deletions
|
|
@ -128,6 +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)<!-- next -->
|
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
|
||||||
|
- [Release 3.5.2 (2025-05-12)](release-notes-determinate/rl-3.5.2.md)
|
||||||
- [Release 3.5.1 (2025-05-09)](release-notes-determinate/rl-3.5.1.md)
|
- [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.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.2 (2025-05-05)](release-notes-determinate/rl-3.4.2.md)
|
||||||
|
|
|
||||||
|
|
@ -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.28 and Determinate Nix 3.5.1.<!-- differences -->
|
This section lists the differences between upstream Nix 2.28 and Determinate Nix 3.5.2.<!-- differences -->
|
||||||
|
|
||||||
* 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.
|
||||||
|
|
||||||
|
|
@ -25,3 +25,9 @@ This section lists the differences between upstream Nix 2.28 and Determinate Nix
|
||||||
* `nix upgrade-nix` is now inert, and suggests using `determinate-nixd upgrade` -- [DeterminateSystems/nix-src#55](https://github.com/DeterminateSystems/nix-src/pull/55)
|
* `nix upgrade-nix` is now inert, and suggests using `determinate-nixd upgrade` -- [DeterminateSystems/nix-src#55](https://github.com/DeterminateSystems/nix-src/pull/55)
|
||||||
|
|
||||||
* Initial Lazy Trees support has been merged, but remains off by default. ([DeterminateSystems/nix-src#27](https://github.com/DeterminateSystems/nix-src/pull/27), [DeterminateSystems/nix-src#56](https://github.com/DeterminateSystems/nix-src/pull/56))
|
* Initial Lazy Trees support has been merged, but remains off by default. ([DeterminateSystems/nix-src#27](https://github.com/DeterminateSystems/nix-src/pull/27), [DeterminateSystems/nix-src#56](https://github.com/DeterminateSystems/nix-src/pull/56))
|
||||||
|
|
||||||
|
<!-- Determinate Nix version 3.5.2 -->
|
||||||
|
|
||||||
|
* Fix emitting narHash in lock files when lazy trees are disabled by @edolstra in [DeterminateSystems/nix-src#63](https://github.com/DeterminateSystems/nix-src/pull/63)
|
||||||
|
|
||||||
|
* Improve 'cannot read file from tarball' error by @edolstra in [DeterminateSystems/nix-src#64](https://github.com/DeterminateSystems/nix-src/pull/64)
|
||||||
10
doc/manual/source/release-notes-determinate/rl-3.5.2.md
Normal file
10
doc/manual/source/release-notes-determinate/rl-3.5.2.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Release 3.5.2 (2025-05-12)
|
||||||
|
|
||||||
|
* Based on [upstream Nix 2.28.3](../release-notes/rl-2.28.md).
|
||||||
|
|
||||||
|
## What's Changed
|
||||||
|
* Fix emitting narHash in lock files when lazy trees are disabled by @edolstra in [DeterminateSystems/nix-src#63](https://github.com/DeterminateSystems/nix-src/pull/63)
|
||||||
|
* Improve 'cannot read file from tarball' error by @edolstra in [DeterminateSystems/nix-src#64](https://github.com/DeterminateSystems/nix-src/pull/64)
|
||||||
|
|
||||||
|
|
||||||
|
**Full Changelog**: [v3.5.1...v3.5.2](https://github.com/DeterminateSystems/nix-src/compare/v3.5.1...v3.5.2)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue