mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 12:36:01 +01:00
Generate release notes for 3.8.2
This commit is contained in:
parent
86fe0053f8
commit
db0c2efeb4
3 changed files with 18 additions and 1 deletions
|
|
@ -130,6 +130,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.8.2 (2025-07-12)](release-notes-determinate/rl-3.8.2.md)
|
||||||
- [Release 3.8.1 (2025-07-11)](release-notes-determinate/rl-3.8.1.md)
|
- [Release 3.8.1 (2025-07-11)](release-notes-determinate/rl-3.8.1.md)
|
||||||
- [Release 3.8.0 (2025-07-10)](release-notes-determinate/rl-3.8.0.md)
|
- [Release 3.8.0 (2025-07-10)](release-notes-determinate/rl-3.8.0.md)
|
||||||
- [Release 3.7.0 (2025-07-03)](release-notes-determinate/rl-3.7.0.md)
|
- [Release 3.7.0 (2025-07-03)](release-notes-determinate/rl-3.7.0.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.30 and Determinate Nix 3.8.1.<!-- differences -->
|
This section lists the differences between upstream Nix 2.30 and Determinate Nix 3.8.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.
|
||||||
|
|
||||||
|
|
@ -104,3 +104,9 @@ This section lists the differences between upstream Nix 2.30 and Determinate Nix
|
||||||
<!-- Determinate Nix version 3.8.1 -->
|
<!-- Determinate Nix version 3.8.1 -->
|
||||||
|
|
||||||
* Address ifdef problem with macOS/BSD sandboxing by @gustavderdrache in [DeterminateSystems/nix-src#142](https://github.com/DeterminateSystems/nix-src/pull/142)
|
* Address ifdef problem with macOS/BSD sandboxing by @gustavderdrache in [DeterminateSystems/nix-src#142](https://github.com/DeterminateSystems/nix-src/pull/142)
|
||||||
|
|
||||||
|
<!-- Determinate Nix version 3.8.2 -->
|
||||||
|
|
||||||
|
* ci: don't run the full test suite for x86_64-darwin by @grahamc in [DeterminateSystems/nix-src#144](https://github.com/DeterminateSystems/nix-src/pull/144)
|
||||||
|
|
||||||
|
* Try publishing the manual again by @grahamc in [DeterminateSystems/nix-src#145](https://github.com/DeterminateSystems/nix-src/pull/145)
|
||||||
|
|
|
||||||
10
doc/manual/source/release-notes-determinate/rl-3.8.2.md
Normal file
10
doc/manual/source/release-notes-determinate/rl-3.8.2.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Release 3.8.2 (2025-07-12)
|
||||||
|
|
||||||
|
* Based on [upstream Nix 2.30.0](../release-notes/rl-2.30.md).
|
||||||
|
|
||||||
|
## What's Changed
|
||||||
|
* ci: don't run the full test suite for x86_64-darwin by @grahamc in [DeterminateSystems/nix-src#144](https://github.com/DeterminateSystems/nix-src/pull/144)
|
||||||
|
* Try publishing the manual again by @grahamc in [DeterminateSystems/nix-src#145](https://github.com/DeterminateSystems/nix-src/pull/145)
|
||||||
|
|
||||||
|
|
||||||
|
**Full Changelog**: [v3.8.1...v3.8.2](https://github.com/DeterminateSystems/nix-src/compare/v3.8.1...v3.8.2)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue