v2.31.0
What's Changed
New Features
- Updated to Nix 2.31 (#382)
- Expression Filtering: Added
--selectflag to filter and transform the evaluation root before attribute traversal. This enables selective evaluation with flake-aware behavior for fragments and whole-flake outputs (#378) - Fast Read-Only Mode: Introduced
--no-instantiateflag for significantly faster evaluations when derivation instantiation is not needed. This mode is designed to be as fast asnix-env.
Full Changelog: v2.30.0...v2.31.0