Skip to content

Commit 8cd9eb8

Browse files
authored
Merge pull request #71 from DeterminateSystems/release-v3.6.0/97cc9af4-6a23-49f0-a8e9-190390c2f020
Release v3.6.0
2 parents f996779 + 486fca3 commit 8cd9eb8

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.version-determinate

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

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.0 (2025-05-22)](release-notes-determinate/rl-3.6.0.md)
132133
- [Release 3.5.2 (2025-05-12)](release-notes-determinate/rl-3.5.2.md)
133134
- [Release 3.5.1 (2025-05-09)](release-notes-determinate/rl-3.5.1.md)
134135
- [~~Release 3.5.0 (2025-05-09)~~](release-notes-determinate/rl-3.5.0.md)

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

Lines changed: 5 additions & 2 deletions
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.2.<!-- differences -->
3+
This section lists the differences between upstream Nix 2.29 and Determinate Nix 3.6.0.<!-- differences -->
44

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

@@ -28,4 +28,7 @@ This section lists the differences between upstream Nix 2.28 and Determinate Nix
2828

2929
<!-- Determinate Nix version 3.5.2 -->
3030

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)
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)
32+
<!-- Determinate Nix version 3.6.0 -->
33+
34+
* Emit warnings when using import-from-derivation by setting the `trace-import-from-derivation` option to `true` by @gustavderdrache in [DeterminateSystems/nix-src#70](https://github.com/DeterminateSystems/nix-src/pull/70)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release 3.6.0 (2025-05-22)
2+
3+
* Based on [upstream Nix 2.29.0](../release-notes/rl-2.29.md).
4+
5+
## What's Changed
6+
* Install 'nix profile add' manpage by @edolstra in [DeterminateSystems/nix-src#69](https://github.com/DeterminateSystems/nix-src/pull/69)
7+
* Sync with upstream 2.29.0 by @edolstra in [DeterminateSystems/nix-src#67](https://github.com/DeterminateSystems/nix-src/pull/67)
8+
* Emit warnings when using import-from-derivation by setting the `trace-import-from-derivation` option to `true` by @gustavderdrache in [DeterminateSystems/nix-src#70](https://github.com/DeterminateSystems/nix-src/pull/70)
9+
10+
11+
**Full Changelog**: [v3.5.2...v3.6.0](https://github.com/DeterminateSystems/nix-src/compare/v3.5.2...v3.6.0)

0 commit comments

Comments
 (0)