Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Release 3.21.5 (2026-07-08)

Binary cache performance improvements

This release includes a number of async rewrites from upstream Nix that make querying missing paths much faster. PR: DeterminateSystems/nix-src#514

Remote store performance improvements

Registering temporary roots on remote stores (e.g. when doing nix copy to a remote store over ssh-ng) is now much faster. PR: DeterminateSystems/nix-src#538

Computing closures (e.g. nix-store -qR) is now much faster on high-latency ssh-ng stores. PR: DeterminateSystems/nix-src#539

Parallel evaluation performance improvements

This release delivers a number of performance improvements to parallel evaluation.

PRs: DeterminateSystems/nix-src#531, DeterminateSystems/nix-src#535, DeterminateSystems/nix-src#536, DeterminateSystems/nix-src#537, DeterminateSystems/nix-src#546

Miscellaneous improvements

Bug fixes and other changes

New Contributors

Full Changelog: v3.21.2...v3.21.5