Skip to content

Commit bb40c61

Browse files
Generate release notes for 3.18.1
1 parent dcac0ad commit bb40c61

3 files changed

Lines changed: 27 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.1 (2026-04-23)](release-notes-determinate/v3.18.1.md)
149150
- [Release 3.18.0 (2026-04-20)](release-notes-determinate/v3.18.0.md)
150151
- [Release 3.17.3 (2026-04-07)](release-notes-determinate/v3.17.3.md)
151152
- [Release 3.17.2 (2026-03-27)](release-notes-determinate/v3.17.2.md)

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

Lines changed: 13 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.18.0.<!-- differences -->
3+
This section lists the differences between upstream Nix 2.33 and Determinate Nix 3.18.1.<!-- differences -->
44

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

@@ -183,3 +183,15 @@ This section lists the differences between upstream Nix 2.33 and Determinate Nix
183183
* Determinate Nix can upload crash info to Sentry. [DeterminateSystems/nix-src#418](https://github.com/DeterminateSystems/nix-src/pull/418)
184184

185185
* Determinate Nix provides the pre-build hook with a JSON serialization of the derivation. [DeterminateSystems/nix-src#424](https://github.com/DeterminateSystems/nix-src/pull/424)
186+
187+
<!-- Determinate Nix version 3.18.1 -->
188+
189+
* Fix chroot helper with Sentry by @edolstra in [DeterminateSystems/nix-src#433](https://github.com/DeterminateSystems/nix-src/pull/433)
190+
191+
* upload-debug-info-to-sentry.py: Add missing dependencies by @edolstra in [DeterminateSystems/nix-src#434](https://github.com/DeterminateSystems/nix-src/pull/434)
192+
193+
* restoreProcessContext(): Reset Mach exception ports by @edolstra in [DeterminateSystems/nix-src#432](https://github.com/DeterminateSystems/nix-src/pull/432)
194+
195+
* Sync with upstream 2.33.4 by @edolstra in [DeterminateSystems/nix-src#435](https://github.com/DeterminateSystems/nix-src/pull/435)
196+
197+
* sentry: Log the Nix command / subcommand by @edolstra in [DeterminateSystems/nix-src#436](https://github.com/DeterminateSystems/nix-src/pull/436)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Release 3.18.1 (2026-04-23)
2+
3+
* Based on [upstream Nix 2.33.4](../release-notes/rl-2.33.md).
4+
5+
## What's Changed
6+
* Fix chroot helper with Sentry by @edolstra in [DeterminateSystems/nix-src#433](https://github.com/DeterminateSystems/nix-src/pull/433)
7+
* upload-debug-info-to-sentry.py: Add missing dependencies by @edolstra in [DeterminateSystems/nix-src#434](https://github.com/DeterminateSystems/nix-src/pull/434)
8+
* restoreProcessContext(): Reset Mach exception ports by @edolstra in [DeterminateSystems/nix-src#432](https://github.com/DeterminateSystems/nix-src/pull/432)
9+
* Sync with upstream 2.33.4 by @edolstra in [DeterminateSystems/nix-src#435](https://github.com/DeterminateSystems/nix-src/pull/435)
10+
* sentry: Log the Nix command / subcommand by @edolstra in [DeterminateSystems/nix-src#436](https://github.com/DeterminateSystems/nix-src/pull/436)
11+
12+
13+
**Full Changelog**: [v3.18.0...v3.18.1](https://github.com/DeterminateSystems/nix-src/compare/v3.18.0...v3.18.1)

0 commit comments

Comments
 (0)