|
| 1 | +# Release 3.13.0 (2025-11-09) |
| 2 | + |
| 3 | +* Based on [upstream Nix 2.32.3](../release-notes/rl-2.32.md). |
| 4 | + |
| 5 | +## What's Changed |
| 6 | + |
| 7 | + |
| 8 | +### Git sources have a progress indicator again |
| 9 | + |
| 10 | +Nix used to feel "stuck" while it was cloning large repositories. |
| 11 | +Determinate Nix now shows git's native progress indicator while fetching. |
| 12 | + |
| 13 | +PR: [DeterminateSystems/nix-src#250](https://github.com/DeterminateSystems/nix-src/pull/250) |
| 14 | + |
| 15 | +### C API improvements |
| 16 | + |
| 17 | +We've invested in the C API to support our work on closure analysis for SBOM generation, and made a couple of changes: |
| 18 | + |
| 19 | +* C API: add nix_locked_flake_read_path for flake file reading |
| 20 | +* C API: make nix_store_get_fs_closure compatible with upstream |
| 21 | + |
| 22 | +PRs: |
| 23 | +* [DeterminateSystems/nix-src#244](https://github.com/DeterminateSystems/nix-src/pull/244) |
| 24 | +* [DeterminateSystems/nix-src#254](https://github.com/DeterminateSystems/nix-src/pull/254) |
| 25 | + |
| 26 | +### Dropping support for Intel Macs |
| 27 | + |
| 28 | +Determinate Nix no longer supports being installed on Intel Macs. |
| 29 | +Determinate Nix will continue to support building for Intel macOS targets, but only from an Apple Silicon host. |
| 30 | + |
| 31 | +From our intent-to-ship: |
| 32 | +> Over the past year, we’ve watched usage of Determinate on Intel macOS hosts dwindle to a minuscule fraction of total usage. |
| 33 | +> It currently stands at approximately 0.02% of all installations. |
| 34 | +> The vast majority are run in managed CI environments that, we anticipate, will be able to easily convert to using Apple Silicon runners. |
| 35 | +
|
| 36 | +For more information: https://github.com/DeterminateSystems/nix-src/issues/224 |
| 37 | + |
| 38 | +PR: [DeterminateSystems/nix-src#257](https://github.com/DeterminateSystems/nix-src/pull/257) |
| 39 | + |
| 40 | +### Bugs fixed |
| 41 | + |
| 42 | +* IPv6 Store URLs now handles zone ID references like it did in previous releases [NixOS/nix#14434](https://github.com/NixOS/nix/pull/14434) |
| 43 | + |
| 44 | + |
| 45 | +**Full Changelog**: [v3.12.2...v3.13.0](https://github.com/DeterminateSystems/nix-src/compare/v3.12.2...v3.13.0) |
0 commit comments