Skip to content

Releases: cachix/nix

devenv-2.30.4

25 Aug 19:29
devenv-2.30.4
b0972b0
Compare
Choose a tag to compare

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

25 Aug 19:27
devenv-2.30.3
031c3cf
Compare
Choose a tag to compare

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

25 Aug 19:24
devenv-2.30.2
Compare
Choose a tag to compare

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

25 Aug 19:14
devenv-2.30.1
afa41b0
Compare
Choose a tag to compare

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

25 Aug 19:13
devenv-2.30.0
d2529a9
Compare
Choose a tag to compare

What's Changed

This release is based is based on top of Nix 2.30 with performance and compatibility enhancements for devenv.