File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
release-notes-determinate Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1- 3.13.0
1+ 3.13.1
Original file line number Diff line number Diff line change 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.13.1 (2025-11-12)](release-notes-determinate/v3.13.1.md)
134135 - [Release 3.13.0 (2025-11-09)](release-notes-determinate/v3.13.0.md)
135136 - [Release 3.12.2 (2025-11-05)](release-notes-determinate/v3.12.2.md)
136137 - [Release 3.12.1 (2025-11-04)](release-notes-determinate/v3.12.1.md)
Original file line number Diff line number Diff line change 11# Changes between Nix and Determinate Nix
22
3- This section lists the differences between upstream Nix 2.32 and Determinate Nix 3.13.0 .<!-- differences -->
3+ This section lists the differences between upstream Nix 2.32 and Determinate Nix 3.13.1 .<!-- differences -->
44
55* In Determinate Nix, flakes are stable. You no longer need to enable the ` flakes ` experimental feature.
66
@@ -141,3 +141,6 @@ This section lists the differences between upstream Nix 2.32 and Determinate Nix
141141<!-- Determinate Nix version 3.13.0 -->
142142
143143* Git fetching has a progress indication [ DeterminateSystems/nix-src #250 ] ( https://github.com/DeterminateSystems/nix-src/pull/250 )
144+
145+ <!-- Determinate Nix version 3.13.1 -->
146+
Original file line number Diff line number Diff line change 1+ # Release 3.13.1 (2025-11-12)
2+
3+ * Based on [ upstream Nix 2.32.4] ( ../release-notes/rl-2.32.md ) .
4+
5+ ## What's Changed
6+ * nix bundle: Wait for async path writer by @edolstra in [ DeterminateSystems/nix-src #260 ] ( https://github.com/DeterminateSystems/nix-src/pull/260 )
7+ * Sync with upstream 2.32.4 by @edolstra in [ DeterminateSystems/nix-src #261 ] ( https://github.com/DeterminateSystems/nix-src/pull/261 )
8+
9+
10+ ** Full Changelog** : [ v3.13.0...v3.13.1] ( https://github.com/DeterminateSystems/nix-src/compare/v3.13.0...v3.13.1 )
You can’t perform that action at this time.
0 commit comments