mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
Generare release notes for 3.6.0
This commit is contained in:
parent
a43997cce4
commit
e5e7c2797c
3 changed files with 24 additions and 2 deletions
|
|
@ -129,6 +129,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.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.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)
|
||||
|
|
|
|||
|
|
@ -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.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.
|
||||
|
||||
|
|
@ -29,3 +29,12 @@ This section lists the differences between upstream Nix 2.28 and Determinate Nix
|
|||
<!-- 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)
|
||||
<!-- 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)
|
||||
12
doc/manual/source/release-notes-determinate/rl-3.6.0.md
Normal file
12
doc/manual/source/release-notes-determinate/rl-3.6.0.md
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue