1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 21:46:01 +01:00
nix/doc/manual/source/release-notes-determinate/rl-3.8.3.md
2025-07-18 11:41:48 -07:00

1.1 KiB

Release 3.8.3 (2025-07-18)

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