Skip to content

Commit 3a8bd3b

Browse files
Merge pull request #128 from DeterminateSystems/release-v3.6.8/754738A2-A724-420B-A33B-FFC8C2CD8356
Release v3.6.8
2 parents c224b83 + 4ba66db commit 3a8bd3b

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

.version-determinate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.7
1+
3.6.8

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.8 (2025-06-25)](release-notes-determinate/rl-3.6.8.md)
132133
- [Release 3.6.7 (2025-06-24)](release-notes-determinate/rl-3.6.7.md)
133134
- [Release 3.6.6 (2025-06-17)](release-notes-determinate/rl-3.6.6.md)
134135
- [Release 3.6.5 (2025-06-16)](release-notes-determinate/rl-3.6.5.md)

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

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

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

@@ -76,3 +76,13 @@ This section lists the differences between upstream Nix 2.29 and Determinate Nix
7676
<!-- Determinate Nix version 3.6.6 -->
7777

7878
<!-- Determinate Nix version 3.6.7 -->
79+
80+
<!-- Determinate Nix version 3.6.8 -->
81+
82+
* Fix fetchToStore() caching with --impure, improve testing by @edolstra in [DeterminateSystems/nix-src#117](https://github.com/DeterminateSystems/nix-src/pull/117)
83+
84+
* Add lazy-locks setting by @edolstra in [DeterminateSystems/nix-src#113](https://github.com/DeterminateSystems/nix-src/pull/113)
85+
86+
* Sync 2.29.1 by @edolstra in [DeterminateSystems/nix-src#124](https://github.com/DeterminateSystems/nix-src/pull/124)
87+
88+
* Release v3.6.7 by @github-actions in [DeterminateSystems/nix-src#126](https://github.com/DeterminateSystems/nix-src/pull/126)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Release 3.6.8 (2025-06-25)
2+
3+
* Based on [upstream Nix 2.29.1](../release-notes/rl-2.29.md).
4+
5+
## What's Changed
6+
* Fix fetchToStore() caching with --impure, improve testing by @edolstra in [DeterminateSystems/nix-src#117](https://github.com/DeterminateSystems/nix-src/pull/117)
7+
* Add lazy-locks setting by @edolstra in [DeterminateSystems/nix-src#113](https://github.com/DeterminateSystems/nix-src/pull/113)
8+
* Sync 2.29.1 by @edolstra in [DeterminateSystems/nix-src#124](https://github.com/DeterminateSystems/nix-src/pull/124)
9+
* Release v3.6.7 by @github-actions in [DeterminateSystems/nix-src#126](https://github.com/DeterminateSystems/nix-src/pull/126)
10+
11+
12+
**Full Changelog**: [v3.6.6...v3.6.8](https://github.com/DeterminateSystems/nix-src/compare/v3.6.6...v3.6.8)

0 commit comments

Comments
 (0)