Releases: cachix/nix
Releases · cachix/nix
devenv-2.30.4
What's Changed
- Fixes a regression that broke devenv's caching system when flakes were evaluated in impure mode.
- Disables dirty repository fingerprinting, which caused significant performance issues for devenv projects with large untracked files.
devenv-2.30.3
What's Changed
- Fixes a regression from devenv-2.24 where local paths were locked and copied to the Nix store, causing a NAR hash mismatch error on filesystem changes.
devenv-2.30.2
What's Changed
- Restores the ability to access local filesystem paths without copying to the store when the local path is not a git repository.
- Fixes relative path resolution with local path inputs.
- Adds support for integrating with SecretSpec.
devenv-2.30.1
What's Changed
- Fixes a number of lazy-trees issues, particularly those affecting devenv's caching system.
- Addresses a root escalation vulnerability GHSA-g948-229j-48j3
devenv-2.30.0
What's Changed
This release is based is based on top of Nix 2.30 with performance and compatibility enhancements for devenv.