You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/source/release-notes-determinate/changes.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changes between Nix and Determinate Nix
2
2
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 -->
4
4
5
5
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
6
6
@@ -183,3 +183,15 @@ This section lists the differences between upstream Nix 2.33 and Determinate Nix
183
183
* Determinate Nix can upload crash info to Sentry. [DeterminateSystems/nix-src#418](https://github.com/DeterminateSystems/nix-src/pull/418)
184
184
185
185
* 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)
* 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)
0 commit comments