|
1 | 1 | # Changes between Nix and Determinate Nix |
2 | 2 |
|
3 | | -This section lists the differences between upstream Nix 2.29 and Determinate Nix 3.6.1.<!-- differences --> |
| 3 | +This section lists the differences between upstream Nix 2.29 and Determinate Nix 3.6.2.<!-- differences --> |
4 | 4 |
|
5 | 5 | * In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature. |
6 | 6 |
|
@@ -34,4 +34,21 @@ This section lists the differences between upstream Nix 2.29 and Determinate Nix |
34 | 34 | * Emit warnings when using import-from-derivation by setting the `trace-import-from-derivation` option to `true` by @gustavderdrache in [DeterminateSystems/nix-src#70](https://github.com/DeterminateSystems/nix-src/pull/70) |
35 | 35 | <!-- Determinate Nix version 3.6.1 --> |
36 | 36 |
|
37 | | -* Fix nlohmann error in fromStructuredAttrs() by @edolstra in [DeterminateSystems/nix-src#73](https://github.com/DeterminateSystems/nix-src/pull/73) |
| 37 | +* Fix nlohmann error in fromStructuredAttrs() by @edolstra in [DeterminateSystems/nix-src#73](https://github.com/DeterminateSystems/nix-src/pull/73) |
| 38 | +<!-- Determinate Nix version 3.6.2 --> |
| 39 | + |
| 40 | +* Fix trace-ifd test failure in dev shell by @edolstra in [DeterminateSystems/nix-src#76](https://github.com/DeterminateSystems/nix-src/pull/76) |
| 41 | + |
| 42 | +* nix store copy-sigs: Use http-connections setting to control parallelism by @edolstra in [DeterminateSystems/nix-src#80](https://github.com/DeterminateSystems/nix-src/pull/80) |
| 43 | + |
| 44 | +* Document how to replicate nix-store --query --deriver with the nix cli by @grahamc in [DeterminateSystems/nix-src#82](https://github.com/DeterminateSystems/nix-src/pull/82) |
| 45 | + |
| 46 | +* Garbage collector: Keep going even when encountering an undeletable file by @edolstra in [DeterminateSystems/nix-src#83](https://github.com/DeterminateSystems/nix-src/pull/83) |
| 47 | + |
| 48 | +* nix profile: Replace ε and ∅ with descriptive English words by @grahamc in [DeterminateSystems/nix-src#81](https://github.com/DeterminateSystems/nix-src/pull/81) |
| 49 | + |
| 50 | +* Rework README by @lucperkins in [DeterminateSystems/nix-src#84](https://github.com/DeterminateSystems/nix-src/pull/84) |
| 51 | + |
| 52 | +* Include the source location when warning about inefficient double copies by @edolstra in [DeterminateSystems/nix-src#79](https://github.com/DeterminateSystems/nix-src/pull/79) |
| 53 | + |
| 54 | +* Call out that `--keep-failed` with remote builders will keep the failed build directory on that builder by @cole-h in [DeterminateSystems/nix-src#85](https://github.com/DeterminateSystems/nix-src/pull/85) |
0 commit comments