Skip to content

Commit fc2d5a1

Browse files
authored
Merge pull request #121 from DeterminateSystems/release-v3.6.6/3dd48fe2-439e-4ecf-884f-aec379a22d28
Release v3.6.6
2 parents 7469e7a + cd01287 commit fc2d5a1

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.version-determinate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.5
1+
3.6.6

doc/manual/source/SUMMARY.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
- [Contributing](development/contributing.md)
130130
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
131131
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
132+
- [Release 3.6.6 (2025-06-17)](release-notes-determinate/rl-3.6.6.md)
132133
- [Release 3.6.5 (2025-06-16)](release-notes-determinate/rl-3.6.5.md)
133134
- [Release 3.6.2 (2025-06-02)](release-notes-determinate/rl-3.6.2.md)
134135
- [Release 3.6.1 (2025-05-24)](release-notes-determinate/rl-3.6.1.md)

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

Lines changed: 3 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.29 and Determinate Nix 3.6.5.<!-- differences -->
3+
This section lists the differences between upstream Nix 2.29 and Determinate Nix 3.6.6.<!-- differences -->
44

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

@@ -72,3 +72,5 @@ This section lists the differences between upstream Nix 2.29 and Determinate Nix
7272
* Improve error messages that use the hypothetical future tense of "will" by @lucperkins in [DeterminateSystems/nix-src#92](https://github.com/DeterminateSystems/nix-src/pull/92)
7373

7474
* Improve caching of inputs in dry-run mode by @edolstra in [DeterminateSystems/nix-src#98](https://github.com/DeterminateSystems/nix-src/pull/98)
75+
76+
<!-- Determinate Nix version 3.6.6 -->
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release 3.6.6 (2025-06-17)
2+
3+
* Based on [upstream Nix 2.29.0](../release-notes/rl-2.29.md).
4+
5+
## What's Changed
6+
7+
* No-op release on the nix-src side, due to a regression on nix-darwin in determinate-nixd.

0 commit comments

Comments
 (0)