Skip to content

Commit 1d3ce49

Browse files
Merge pull request #247 from DeterminateSystems/release-v3.12.1/640a29d9-f65f-4097-9e73-afc3d68e322f
Release v3.12.1
2 parents ac134d9 + 9bb4e79 commit 1d3ce49

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

.version-determinate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.0
1+
3.12.1

doc/manual/source/SUMMARY.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
- [Contributing](development/contributing.md)
132132
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
133133
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
134+
- [Release 3.12.1 (2025-11-04)](release-notes-determinate/v3.12.1.md)
134135
- [Release 3.12.0 (2025-10-23)](release-notes-determinate/v3.12.0.md)
135136
- [Release 3.11.3 (2025-10-09)](release-notes-determinate/v3.11.3.md)
136137
- [Release 3.11.2 (2025-09-12)](release-notes-determinate/v3.11.2.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.32 and Determinate Nix 3.12.0.<!-- differences -->
3+
This section lists the differences between upstream Nix 2.32 and Determinate Nix 3.12.1.<!-- differences -->
44

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

@@ -129,3 +129,7 @@ This section lists the differences between upstream Nix 2.32 and Determinate Nix
129129

130130
* Determinate Nix prints the Nix version when using `-vv` or higher verbosity. [DeterminateSystems/nix-src#237](https://github.com/DeterminateSystems/nix-src/pull/237)
131131

132+
133+
<!-- Determinate Nix version 3.12.1 -->
134+
135+
* Allow access to the result of fetchClosure by @edolstra in [DeterminateSystems/nix-src#241](https://github.com/DeterminateSystems/nix-src/pull/241)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Release 3.12.1 (2025-11-04)
2+
3+
* Based on [upstream Nix 2.32.1](../release-notes/rl-2.32.md).
4+
5+
## What's Changed
6+
* Allow access to the result of fetchClosure by @edolstra in [DeterminateSystems/nix-src#241](https://github.com/DeterminateSystems/nix-src/pull/241)
7+
* libstore/build: fixup JSON logger missing the resBuildResult result event by @cole-h in [DeterminateSystems/nix-src#246](https://github.com/DeterminateSystems/nix-src/pull/246)
8+
9+
10+
**Full Changelog**: [v3.12.0...v3.12.1](https://github.com/DeterminateSystems/nix-src/compare/v3.12.0...v3.12.1)

0 commit comments

Comments
 (0)