1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-03 07:31:00 +01:00

Merge pull request #156 from DeterminateSystems/release-v3.8.4/1d13d4f3-4d7b-40f3-bd21-4367a87321a5

Release v3.8.4
This commit is contained in:
detsys-spaghetti[bot] 2025-07-21 02:55:55 +00:00 committed by GitHub
commit 47281531ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 2 deletions

View file

@ -1 +1 @@
3.8.3
3.8.4

View file

@ -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.4 (2025-07-21)](release-notes-determinate/rl-3.8.4.md)
- [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)

View file

@ -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.3.<!-- differences -->
This section lists the differences between upstream Nix 2.30 and Determinate Nix 3.8.4.<!-- differences -->
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
@ -116,3 +116,7 @@ This section lists the differences between upstream Nix 2.30 and Determinate Nix
* Add an `external-builders` experimental feature by @cole-h in [DeterminateSystems/nix-src#141](https://github.com/DeterminateSystems/nix-src/pull/141)
* Add support for external builders by @edolstra in [DeterminateSystems/nix-src#78](https://github.com/DeterminateSystems/nix-src/pull/78)
<!-- Determinate Nix version 3.8.4 -->
* Revert "Use WAL mode for SQLite cache databases" by @grahamc in [DeterminateSystems/nix-src#155](https://github.com/DeterminateSystems/nix-src/pull/155)

View file

@ -0,0 +1,9 @@
# Release 3.8.4 (2025-07-21)
* Based on [upstream Nix 2.30.1](../release-notes/rl-2.30.md).
## What's Changed
* Revert "Use WAL mode for SQLite cache databases" by @grahamc in [DeterminateSystems/nix-src#155](https://github.com/DeterminateSystems/nix-src/pull/155)
**Full Changelog**: [v3.8.3...v3.8.4](https://github.com/DeterminateSystems/nix-src/compare/v3.8.3...v3.8.4)