mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 21:46:01 +01:00
1.1 KiB
1.1 KiB
Release 3.8.3 (2025-07-18)
- Based on upstream Nix 2.30.1.
What's Changed
Non-blocking evaluation caching
Users reported evaluation would occasionally block other evaluation processes.
The evaluation cache database is now opened in write-ahead mode to prevent delaying evaluations.
PR: DeterminateSystems/nix-src#150
New experimental feature: external-builders
This experimental feature allows Nix to call an external program for the build environment.
The interface and behavior of this feature may change at any moment without a correspondingly major semver version change.
PRs:
Full Changelog: v3.8.2...v3.8.3