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
+17-1Lines changed: 17 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.17.3.<!-- differences -->
3
+
This section lists the differences between upstream Nix 2.33 and Determinate Nix 3.18.0.<!-- differences -->
4
4
5
5
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
6
6
@@ -208,3 +208,19 @@ This section lists the differences between upstream Nix 2.33 and Determinate Nix
208
208
<!-- Determinate Nix version 3.17.2 -->
209
209
210
210
<!-- 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)
* 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)
0 commit comments