Skip to content

Commit 51dacdd

Browse files
Merge pull request #308 from DeterminateSystems/release-v3.15.1/e71aae99-303b-47e9-8e84-e91e068aa734
Release v3.15.1
2 parents a1eaa2b + fd411c5 commit 51dacdd

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.version-determinate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.15.0
1+
3.15.1

doc/manual/source/SUMMARY.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
- [Contributing](development/contributing.md)
145145
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
146146
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
147+
- [Release 3.15.1 (2025-12-24)](release-notes-determinate/v3.15.1.md)
147148
- [Release 3.15.0 (2025-12-19)](release-notes-determinate/v3.15.0.md)
148149
- [Release 3.14.0 (2025-12-08)](release-notes-determinate/v3.14.0.md)
149150
- [Release 3.13.2 (2025-11-19)](release-notes-determinate/v3.13.2.md)

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

Lines changed: 7 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.33 and Determinate Nix 3.15.0.<!-- differences -->
3+
This section lists the differences between upstream Nix 2.33 and Determinate Nix 3.15.1.<!-- differences -->
44

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

@@ -148,3 +148,9 @@ This section lists the differences between upstream Nix 2.33 and Determinate Nix
148148
* Determinate Nix has a builtin function `builtins.filterAttrs`. [DeterminateSystems/nix-src#291](https://github.com/DeterminateSystems/nix-src/pull/291)
149149

150150
* `builtins.fetchTree` implicitly sets `__final = true` when a `narHash` is supplied. This allows the tree to be substituted. [DeterminateSystems/nix-src#297](https://github.com/DeterminateSystems/nix-src/pull/297)
151+
152+
<!-- Determinate Nix version 3.15.1 -->
153+
154+
* Bring back the free alpha by @grahamc in [DeterminateSystems/nix-src#305](https://github.com/DeterminateSystems/nix-src/pull/305)
155+
156+
* Replace substitutable hashes with unlilkey to substitute hashes by @grahamc in [DeterminateSystems/nix-src#306](https://github.com/DeterminateSystems/nix-src/pull/306)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Release 3.15.1 (2025-12-24)
2+
3+
* Based on [upstream Nix 2.33.0](../release-notes/rl-2.33.md).
4+
5+
## What's Changed
6+
Users reported the v3.15.0 tarball could not be fetched in a fixed-output derivation due to current stdenv paths present in the documentation. This release eliminated those paths.
7+
8+
PR: [DeterminateSystems/nix-src#306](https://github.com/DeterminateSystems/nix-src/pull/306)
9+
10+
Additionally, this change re-enables CodeRabbit's code review on our changes. CodeRabit was disabled by the upstream project, and we inadvertently included that change.
11+
12+
PR: [DeterminateSystems/nix-src#305](https://github.com/DeterminateSystems/nix-src/pull/305)
13+
14+
15+
**Full Changelog**: [v3.15.0...v3.15.1](https://github.com/DeterminateSystems/nix-src/compare/v3.15.0...v3.15.1)

0 commit comments

Comments
 (0)