Skip to content

Commit 6baf647

Browse files
Merge pull request #65 from DeterminateSystems/release-v3.5.2/fc308cb9-6d93-4141-a5ec-0033d4190d6e
Release v3.5.2
2 parents cf3671a + deb57af commit 6baf647

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.version-determinate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1
1+
3.5.2

doc/manual/source/SUMMARY.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
- [Contributing](development/contributing.md)
129129
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
130130
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
131+
- [Release 3.5.2 (2025-05-12)](release-notes-determinate/rl-3.5.2.md)
131132
- [Release 3.5.1 (2025-05-09)](release-notes-determinate/rl-3.5.1.md)
132133
- [~~Release 3.5.0 (2025-05-09)~~](release-notes-determinate/rl-3.5.0.md)
133134
- [Release 3.4.2 (2025-05-05)](release-notes-determinate/rl-3.4.2.md)

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

Lines changed: 5 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.28 and Determinate Nix 3.5.1.<!-- differences -->
3+
This section lists the differences between upstream Nix 2.28 and Determinate Nix 3.5.2.<!-- differences -->
44

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

@@ -25,3 +25,7 @@ This section lists the differences between upstream Nix 2.28 and Determinate Nix
2525
* `nix upgrade-nix` is now inert, and suggests using `determinate-nixd upgrade` -- [DeterminateSystems/nix-src#55](https://github.com/DeterminateSystems/nix-src/pull/55)
2626

2727
* Initial Lazy Trees support has been merged, but remains off by default. ([DeterminateSystems/nix-src#27](https://github.com/DeterminateSystems/nix-src/pull/27), [DeterminateSystems/nix-src#56](https://github.com/DeterminateSystems/nix-src/pull/56))
28+
29+
<!-- Determinate Nix version 3.5.2 -->
30+
31+
* Tell users a source is corrupted ("cannot read file from tarball: Truncated tar archive detected while reading data"), improving over the previous 'cannot read file from tarball' error by @edolstra in [DeterminateSystems/nix-src#64](https://github.com/DeterminateSystems/nix-src/pull/64)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release 3.5.2 (2025-05-12)
2+
3+
* Based on [upstream Nix 2.28.3](../release-notes/rl-2.28.md).
4+
5+
## What's Changed
6+
* Fix a regression where narHash was not added to lock files when lazy trees were disabled by @edolstra in [DeterminateSystems/nix-src#63](https://github.com/DeterminateSystems/nix-src/pull/63)
7+
8+
* Tell users a source is corrupted ("cannot read file from tarball: Truncated tar archive detected while reading data"), improving over the previous 'cannot read file from tarball' error by @edolstra in [DeterminateSystems/nix-src#64](https://github.com/DeterminateSystems/nix-src/pull/64)
9+
10+
11+
**Full Changelog**: [v3.5.1...v3.5.2](https://github.com/DeterminateSystems/nix-src/compare/v3.5.1...v3.5.2)

0 commit comments

Comments
 (0)