Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-21 | 3.1 kB | |
v1.8.2 source code.tar.gz | 2025-08-21 | 1.7 MB | |
v1.8.2 source code.zip | 2025-08-21 | 2.0 MB | |
Totals: 3 Items | 3.7 MB | 0 |
This release addresses a number of Nix performance and usability regressions.
What's Changed
- tasks: fix task process shutdown by @sandydoo in https://github.com/cachix/devenv/pull/2045
- ci: auto-assign-revieweres by @domenkozar in https://github.com/cachix/devenv/pull/2047
- stack: instruct it to not use nix as we provide ghc from devenv by @domenkozar in https://github.com/cachix/devenv/pull/2039
- fix: revert wrong
UV_PYTHON
env. variable by @gabyx in https://github.com/cachix/devenv/pull/2024 - tasks: fix high cpu usage when running certain processes by @sandydoo in https://github.com/cachix/devenv/pull/2053
- eval-cache: bust eval-cache when inputs to .devenv.flake.nix change by @sandydoo in https://github.com/cachix/devenv/pull/2051
- docs: fix installing in home-manager by @Curious-r in https://github.com/cachix/devenv/pull/2054
- feat(postgres): create database's user before running initialSQL by @thesoulless in https://github.com/cachix/devenv/pull/2058
- docs: add rust guide by @sandydoo in https://github.com/cachix/devenv/pull/2064
- devenv: deprecate feature detection output flags by @sandydoo in https://github.com/cachix/devenv/pull/2066
- bump secretspec, bump deps, fix cache-core version by @domenkozar in https://github.com/cachix/devenv/pull/2062
- devenv: configure Nix to use the Cachix auth token by @sandydoo in https://github.com/cachix/devenv/pull/2070
- rust: drop
-iframework
flag on darwin by @sandydoo in https://github.com/cachix/devenv/pull/2073 - Remove --frozen and --no-install-workspace from default uv.sync arguments by @extrange in https://github.com/cachix/devenv/pull/2038
- fix(python): make
uv
discover the correct python by @gabyx in https://github.com/cachix/devenv/pull/2080 - devenv: fix building containers by @sandydoo in https://github.com/cachix/devenv/pull/2083
- dynamodb: fix dynamodb health check by @sandydoo in https://github.com/cachix/devenv/pull/2087
- devenv: improve how the dotfile path is used in
.devenv.flake.nix
by @sandydoo in https://github.com/cachix/devenv/pull/2094 - nix: fix several regressions by @sandydoo in https://github.com/cachix/devenv/pull/2093
- direnv: pass
DEVENV_CMDLINE
to the shell by @sandydoo in https://github.com/cachix/devenv/pull/2100 - Fix rubyVersionFile example by @teoljungberg in https://github.com/cachix/devenv/pull/2102
- docs: added pycharm and python integration documentation by @KevinEdry in https://github.com/cachix/devenv/pull/2052
- tasks: add json extension and a prefix to the task output file by @sandydoo in https://github.com/cachix/devenv/pull/2111
New Contributors
- @Curious-r made their first contribution in https://github.com/cachix/devenv/pull/2054
- @extrange made their first contribution in https://github.com/cachix/devenv/pull/2038
- @teoljungberg made their first contribution in https://github.com/cachix/devenv/pull/2102
- @KevinEdry made their first contribution in https://github.com/cachix/devenv/pull/2052
Full Changelog: https://github.com/cachix/devenv/compare/v1.8.1...v1.8.2