Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version-determinate
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.21.6
3.21.7
1 change: 1 addition & 0 deletions doc/manual/source/SUMMARY.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
- [Contributing](development/contributing.md)
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
- [Release 3.21.7 (2026-07-15)](release-notes-determinate/v3.21.7.md)
- [Release 3.21.6 (2026-07-14)](release-notes-determinate/v3.21.6.md)
- [Release 3.21.5 (2026-07-08)](release-notes-determinate/v3.21.5.md)
- [Release 3.21.2 (2026-06-18)](release-notes-determinate/v3.21.2.md)
Expand Down
4 changes: 3 additions & 1 deletion doc/manual/source/release-notes-determinate/changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes between Nix and Determinate Nix

This section lists the differences between upstream Nix 2.34 and Determinate Nix 3.21.6.<!-- differences -->
This section lists the differences between upstream Nix 2.34 and Determinate Nix 3.21.7.<!-- differences -->

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

Expand Down Expand Up @@ -218,3 +218,5 @@ This section lists the differences between upstream Nix 2.34 and Determinate Nix
<!-- Determinate Nix version 3.21.5 -->

<!-- Determinate Nix version 3.21.6 -->

<!-- Determinate Nix version 3.21.7 -->
13 changes: 13 additions & 0 deletions doc/manual/source/release-notes-determinate/v3.21.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Release 3.21.7 (2026-07-15)

* Based on [upstream Nix 2.34.8](../release-notes/rl-2.34.md).

## Performance improvement

`nix search` is slightly faster when using parallel evaluation. PR: [DeterminateSystems/nix-src#564](https://github.com/DeterminateSystems/nix-src/pull/564)

## Bug fix

We improved on a bug fix in the previous release to prevent crashes in OpenSSL when Nix exits. PR: [DeterminateSystems/nix-src#566](https://github.com/DeterminateSystems/nix-src/pull/566)

**Full Changelog**: [v3.21.6...v3.21.7](https://github.com/DeterminateSystems/nix-src/compare/v3.21.6...v3.21.7)
10 changes: 5 additions & 5 deletions packaging/secure-packages/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading