mirror of
https://github.com/NixOS/nix.git
synced 2025-12-08 01:51:01 +01:00
Generate release notes for 3.8.3
This commit is contained in:
parent
e4a1c332a3
commit
8d478340a6
3 changed files with 27 additions and 1 deletions
|
|
@ -130,6 +130,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.8.3 (2025-07-18)](release-notes-determinate/rl-3.8.3.md)
|
||||
- [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.0 (2025-07-10)](release-notes-determinate/rl-3.8.0.md)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Changes between Nix and Determinate Nix
|
||||
|
||||
This section lists the differences between upstream Nix 2.30 and Determinate Nix 3.8.2.<!-- differences -->
|
||||
This section lists the differences between upstream Nix 2.30 and Determinate Nix 3.8.3.<!-- differences -->
|
||||
|
||||
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
|
||||
|
||||
|
|
@ -110,3 +110,15 @@ This section lists the differences between upstream Nix 2.30 and Determinate Nix
|
|||
* 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)
|
||||
|
||||
<!-- Determinate Nix version 3.8.3 -->
|
||||
|
||||
* Only build the manual on x86_64-linux by @edolstra in [DeterminateSystems/nix-src#148](https://github.com/DeterminateSystems/nix-src/pull/148)
|
||||
|
||||
* Add an `external-builders` experimental feature by @cole-h in [DeterminateSystems/nix-src#141](https://github.com/DeterminateSystems/nix-src/pull/141)
|
||||
|
||||
* Use WAL mode for SQLite cache databases by @edolstra in [DeterminateSystems/nix-src#150](https://github.com/DeterminateSystems/nix-src/pull/150)
|
||||
|
||||
* external-derivation-builder: run under build user by @cole-h in [DeterminateSystems/nix-src#152](https://github.com/DeterminateSystems/nix-src/pull/152)
|
||||
|
||||
* Add support for external builders by @edolstra in [DeterminateSystems/nix-src#78](https://github.com/DeterminateSystems/nix-src/pull/78)
|
||||
|
|
|
|||
13
doc/manual/source/release-notes-determinate/rl-3.8.3.md
Normal file
13
doc/manual/source/release-notes-determinate/rl-3.8.3.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Release 3.8.3 (2025-07-18)
|
||||
|
||||
* Based on [upstream Nix 2.30.1](../release-notes/rl-2.30.md).
|
||||
|
||||
## What's Changed
|
||||
* Only build the manual on x86_64-linux by @edolstra in [DeterminateSystems/nix-src#148](https://github.com/DeterminateSystems/nix-src/pull/148)
|
||||
* Add an `external-builders` experimental feature by @cole-h in [DeterminateSystems/nix-src#141](https://github.com/DeterminateSystems/nix-src/pull/141)
|
||||
* Use WAL mode for SQLite cache databases by @edolstra in [DeterminateSystems/nix-src#150](https://github.com/DeterminateSystems/nix-src/pull/150)
|
||||
* external-derivation-builder: run under build user by @cole-h in [DeterminateSystems/nix-src#152](https://github.com/DeterminateSystems/nix-src/pull/152)
|
||||
* Add support for external builders by @edolstra in [DeterminateSystems/nix-src#78](https://github.com/DeterminateSystems/nix-src/pull/78)
|
||||
|
||||
|
||||
**Full Changelog**: [v3.8.2...v3.8.3](https://github.com/DeterminateSystems/nix-src/compare/v3.8.2...v3.8.3)
|
||||
Loading…
Add table
Add a link
Reference in a new issue