Skip to content

Commit e2ba2c7

Browse files
Generate release notes for 3.18.0
1 parent 40ddc32 commit e2ba2c7

3 files changed

Lines changed: 33 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
@@ -146,6 +146,7 @@
146146
- [Contributing](development/contributing.md)
147147
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
148148
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
149+
- [Release 3.18.0 (2026-04-20)](release-notes-determinate/v3.18.0.md)
149150
- [Release 3.17.3 (2026-04-07)](release-notes-determinate/v3.17.3.md)
150151
- [Release 3.17.2 (2026-03-27)](release-notes-determinate/v3.17.2.md)
151152
- [Release 3.17.1 (2026-03-18)](release-notes-determinate/v3.17.1.md)

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

Lines changed: 17 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.33 and Determinate Nix 3.17.3.<!-- differences -->
3+
This section lists the differences between upstream Nix 2.33 and Determinate Nix 3.18.0.<!-- differences -->
44

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

@@ -208,3 +208,19 @@ This section lists the differences between upstream Nix 2.33 and Determinate Nix
208208
<!-- Determinate Nix version 3.17.2 -->
209209

210210
<!-- Determinate Nix version 3.17.3 -->
211+
212+
<!-- Determinate Nix version 3.18.0 -->
213+
214+
* CI: Do the static build in a separate job by @edolstra in [DeterminateSystems/nix-src#419](https://github.com/DeterminateSystems/nix-src/pull/419)
215+
216+
* Backward compatibility hack for getFlake applied to unsafeDiscardStringContext by @edolstra in [DeterminateSystems/nix-src#422](https://github.com/DeterminateSystems/nix-src/pull/422)
217+
218+
* LocalStore::addToStore(): Show hash mismatches in SRI format by @edolstra in [DeterminateSystems/nix-src#423](https://github.com/DeterminateSystems/nix-src/pull/423)
219+
220+
* Upload crash info to Sentry by @edolstra in [DeterminateSystems/nix-src#418](https://github.com/DeterminateSystems/nix-src/pull/418)
221+
222+
* boost::thread_resource_error improvements by @edolstra in [DeterminateSystems/nix-src#427](https://github.com/DeterminateSystems/nix-src/pull/427)
223+
224+
* getLegacyGitAccessor(): Don't ignore errors by @edolstra in [DeterminateSystems/nix-src#425](https://github.com/DeterminateSystems/nix-src/pull/425)
225+
226+
* Provide the pre-build hook with a JSON serialization of the derivation by @edolstra in [DeterminateSystems/nix-src#424](https://github.com/DeterminateSystems/nix-src/pull/424)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Release 3.18.0 (2026-04-20)
2+
3+
* Based on [upstream Nix 2.33.3](../release-notes/rl-2.33.md).
4+
5+
## What's Changed
6+
* CI: Do the static build in a separate job by @edolstra in [DeterminateSystems/nix-src#419](https://github.com/DeterminateSystems/nix-src/pull/419)
7+
* Backward compatibility hack for getFlake applied to unsafeDiscardStringContext by @edolstra in [DeterminateSystems/nix-src#422](https://github.com/DeterminateSystems/nix-src/pull/422)
8+
* LocalStore::addToStore(): Show hash mismatches in SRI format by @edolstra in [DeterminateSystems/nix-src#423](https://github.com/DeterminateSystems/nix-src/pull/423)
9+
* Upload crash info to Sentry by @edolstra in [DeterminateSystems/nix-src#418](https://github.com/DeterminateSystems/nix-src/pull/418)
10+
* boost::thread_resource_error improvements by @edolstra in [DeterminateSystems/nix-src#427](https://github.com/DeterminateSystems/nix-src/pull/427)
11+
* getLegacyGitAccessor(): Don't ignore errors by @edolstra in [DeterminateSystems/nix-src#425](https://github.com/DeterminateSystems/nix-src/pull/425)
12+
* Provide the pre-build hook with a JSON serialization of the derivation by @edolstra in [DeterminateSystems/nix-src#424](https://github.com/DeterminateSystems/nix-src/pull/424)
13+
14+
15+
**Full Changelog**: [v3.17.3...v3.18.0](https://github.com/DeterminateSystems/nix-src/compare/v3.17.3...v3.18.0)

0 commit comments

Comments
 (0)