1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

Generare release notes for 3.6.0

This commit is contained in:
github-actions[bot] 2025-05-22 23:29:04 +00:00 committed by GitHub
parent a43997cce4
commit e5e7c2797c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 2 deletions

View file

@ -129,6 +129,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.6.0 (2025-05-22)](release-notes-determinate/rl-3.6.0.md)
- [Release 3.5.2 (2025-05-12)](release-notes-determinate/rl-3.5.2.md) - [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)

View file

@ -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.2.<!-- differences --> This section lists the differences between upstream Nix 2.29 and Determinate Nix 3.6.0.<!-- 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.
@ -28,4 +28,13 @@ This section lists the differences between upstream Nix 2.28 and Determinate Nix
<!-- Determinate Nix version 3.5.2 --> <!-- Determinate Nix version 3.5.2 -->
* Tell users a source is corrupted ("cannot read file from tarball: Truncated tar archive detected while reading data"), improving over the previous 'cannot read file from tarball' error by @edolstra in [DeterminateSystems/nix-src#64](https://github.com/DeterminateSystems/nix-src/pull/64) * Tell users a source is corrupted ("cannot read file from tarball: Truncated tar archive detected while reading data"), improving over the previous 'cannot read file from tarball' error by @edolstra in [DeterminateSystems/nix-src#64](https://github.com/DeterminateSystems/nix-src/pull/64)
<!-- Determinate Nix version 3.6.0 -->
* Switch to determinate-nix-action by @lucperkins in [DeterminateSystems/nix-src#68](https://github.com/DeterminateSystems/nix-src/pull/68)
* Install 'nix profile add' manpage by @edolstra in [DeterminateSystems/nix-src#69](https://github.com/DeterminateSystems/nix-src/pull/69)
* Sync with upstream 2.29.0 by @edolstra in [DeterminateSystems/nix-src#67](https://github.com/DeterminateSystems/nix-src/pull/67)
* Emit warnings when using import-from-derivation by setting the `trace-import-from-derivation` option to `true` by @gustavderdrache in [DeterminateSystems/nix-src#70](https://github.com/DeterminateSystems/nix-src/pull/70)

View file

@ -0,0 +1,12 @@
# Release 3.6.0 (2025-05-22)
* Based on [upstream Nix 2.29.0](../release-notes/rl-2.29.md).
## What's Changed
* Switch to determinate-nix-action by @lucperkins in [DeterminateSystems/nix-src#68](https://github.com/DeterminateSystems/nix-src/pull/68)
* Install 'nix profile add' manpage by @edolstra in [DeterminateSystems/nix-src#69](https://github.com/DeterminateSystems/nix-src/pull/69)
* Sync with upstream 2.29.0 by @edolstra in [DeterminateSystems/nix-src#67](https://github.com/DeterminateSystems/nix-src/pull/67)
* Emit warnings when using import-from-derivation by setting the `trace-import-from-derivation` option to `true` by @gustavderdrache in [DeterminateSystems/nix-src#70](https://github.com/DeterminateSystems/nix-src/pull/70)
**Full Changelog**: [v3.5.2...v3.6.0](https://github.com/DeterminateSystems/nix-src/compare/v3.5.2...v3.6.0)