Skip to content

Commit 4728153

Browse files
Merge pull request #156 from DeterminateSystems/release-v3.8.4/1d13d4f3-4d7b-40f3-bd21-4367a87321a5
Release v3.8.4
2 parents 55375cf + 9c25491 commit 4728153

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

.version-determinate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.3
1+
3.8.4

doc/manual/source/SUMMARY.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
- [Contributing](development/contributing.md)
131131
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
132132
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
133+
- [Release 3.8.4 (2025-07-21)](release-notes-determinate/rl-3.8.4.md)
133134
- [Release 3.8.3 (2025-07-18)](release-notes-determinate/rl-3.8.3.md)
134135
- [Release 3.8.2 (2025-07-12)](release-notes-determinate/rl-3.8.2.md)
135136
- [Release 3.8.1 (2025-07-11)](release-notes-determinate/rl-3.8.1.md)

doc/manual/source/release-notes-determinate/changes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes between Nix and Determinate Nix
22

3-
This section lists the differences between upstream Nix 2.30 and Determinate Nix 3.8.3.<!-- differences -->
3+
This section lists the differences between upstream Nix 2.30 and Determinate Nix 3.8.4.<!-- differences -->
44

55
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
66

@@ -116,3 +116,7 @@ This section lists the differences between upstream Nix 2.30 and Determinate Nix
116116
* Add an `external-builders` experimental feature by @cole-h in [DeterminateSystems/nix-src#141](https://github.com/DeterminateSystems/nix-src/pull/141)
117117

118118
* Add support for external builders by @edolstra in [DeterminateSystems/nix-src#78](https://github.com/DeterminateSystems/nix-src/pull/78)
119+
120+
<!-- Determinate Nix version 3.8.4 -->
121+
122+
* Revert "Use WAL mode for SQLite cache databases" by @grahamc in [DeterminateSystems/nix-src#155](https://github.com/DeterminateSystems/nix-src/pull/155)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Release 3.8.4 (2025-07-21)
2+
3+
* Based on [upstream Nix 2.30.1](../release-notes/rl-2.30.md).
4+
5+
## What's Changed
6+
* Revert "Use WAL mode for SQLite cache databases" by @grahamc in [DeterminateSystems/nix-src#155](https://github.com/DeterminateSystems/nix-src/pull/155)
7+
8+
9+
**Full Changelog**: [v3.8.3...v3.8.4](https://github.com/DeterminateSystems/nix-src/compare/v3.8.3...v3.8.4)

0 commit comments

Comments
 (0)