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