Skip to content

Commit 55e58f8

Browse files
Generare release notes for 3.5.1
1 parent 182a5fa commit 55e58f8

3 files changed

Lines changed: 44 additions & 1 deletion

File tree

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.1 (2025-05-09)](release-notes-determinate/rl-3.5.1.md)
131132
- [Release 3.5.0 (2025-05-09)](release-notes-determinate/rl-3.5.0.md)
132133
- [Release 3.4.2 (2025-05-05)](release-notes-determinate/rl-3.4.2.md)
133134
- [Release 3.4.0 (2025-04-25)](release-notes-determinate/rl-3.4.0.md)

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

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

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

@@ -19,3 +19,26 @@ This section lists the differences between upstream Nix 2.28 and Determinate Nix
1919
<!-- Determinate Nix version 3.4.2 -->
2020

2121
<!-- Determinate Nix version 3.5.0 -->
22+
23+
<!-- Determinate Nix version 3.5.1 -->
24+
25+
* Only run the test step after build completes by @grahamc in [DeterminateSystems/nix-src#51](https://github.com/DeterminateSystems/nix-src/pull/51)
26+
27+
* Remove flake-compat input by @lucperkins in [DeterminateSystems/nix-src#52](https://github.com/DeterminateSystems/nix-src/pull/52)
28+
29+
* Deprecate upgrade-nix command by @gustavderdrache in [DeterminateSystems/nix-src#55](https://github.com/DeterminateSystems/nix-src/pull/55)
30+
31+
* Update flake.lock in light of recent change by @lucperkins in [DeterminateSystems/nix-src#54](https://github.com/DeterminateSystems/nix-src/pull/54)
32+
33+
* Lazy trees v2 by @edolstra in [DeterminateSystems/nix-src#27](https://github.com/DeterminateSystems/nix-src/pull/27)
34+
35+
* Improve lazy trees backward compatibility by @edolstra in [DeterminateSystems/nix-src#56](https://github.com/DeterminateSystems/nix-src/pull/56)
36+
37+
* Canonicalize flake input URLs before checking flake.lock file staleness, for dealing with `dir` in URL-style flakerefs by @edolstra in [DeterminateSystems/nix-src#57](https://github.com/DeterminateSystems/nix-src/pull/57)
38+
39+
* Improve build failure error messages by @edolstra in [DeterminateSystems/nix-src#58](https://github.com/DeterminateSystems/nix-src/pull/58)
40+
41+
* Release v3.5.0 by @github-actions in [DeterminateSystems/nix-src#59](https://github.com/DeterminateSystems/nix-src/pull/59)
42+
43+
44+
* @gustavderdrache made their first contribution in [DeterminateSystems/nix-src#55](https://github.com/DeterminateSystems/nix-src/pull/55)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Release 3.5.1 (2025-05-09)
2+
3+
* Based on [upstream Nix 2.28.3](../release-notes/rl-2.28.md).
4+
5+
## What's Changed
6+
* Only run the test step after build completes by @grahamc in [DeterminateSystems/nix-src#51](https://github.com/DeterminateSystems/nix-src/pull/51)
7+
* Remove flake-compat input by @lucperkins in [DeterminateSystems/nix-src#52](https://github.com/DeterminateSystems/nix-src/pull/52)
8+
* Deprecate upgrade-nix command by @gustavderdrache in [DeterminateSystems/nix-src#55](https://github.com/DeterminateSystems/nix-src/pull/55)
9+
* Update flake.lock in light of recent change by @lucperkins in [DeterminateSystems/nix-src#54](https://github.com/DeterminateSystems/nix-src/pull/54)
10+
* Lazy trees v2 by @edolstra in [DeterminateSystems/nix-src#27](https://github.com/DeterminateSystems/nix-src/pull/27)
11+
* Improve lazy trees backward compatibility by @edolstra in [DeterminateSystems/nix-src#56](https://github.com/DeterminateSystems/nix-src/pull/56)
12+
* Canonicalize flake input URLs before checking flake.lock file staleness, for dealing with `dir` in URL-style flakerefs by @edolstra in [DeterminateSystems/nix-src#57](https://github.com/DeterminateSystems/nix-src/pull/57)
13+
* Improve build failure error messages by @edolstra in [DeterminateSystems/nix-src#58](https://github.com/DeterminateSystems/nix-src/pull/58)
14+
* Release v3.5.0 by @github-actions in [DeterminateSystems/nix-src#59](https://github.com/DeterminateSystems/nix-src/pull/59)
15+
16+
## New Contributors
17+
* @gustavderdrache made their first contribution in [DeterminateSystems/nix-src#55](https://github.com/DeterminateSystems/nix-src/pull/55)
18+
19+
**Full Changelog**: [v3.4.2...v3.5.1](https://github.com/DeterminateSystems/nix-src/compare/v3.4.2...v3.5.1)

0 commit comments

Comments
 (0)