Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-18 | 2.5 kB | |
v1.8 source code.tar.gz | 2025-07-18 | 1.5 MB | |
v1.8 source code.zip | 2025-07-18 | 1.8 MB | |
Totals: 3 Items | 3.3 MB | 4 |
What's Changed
- tasks: source env for when we're running outside of devenv shell by @domenkozar in https://github.com/cachix/devenv/pull/1975
- feat: add all-groups for Python dependency by @bigluck in https://github.com/cachix/devenv/pull/1976
- task_cache: attempt to fix intermittent test failure by @sandydoo in https://github.com/cachix/devenv/pull/1985
- devenv: support
pkg
as a type for--option
by @sandydoo in https://github.com/cachix/devenv/pull/1988 - devenv: async-ify the core state by @sandydoo in https://github.com/cachix/devenv/pull/1970
- devenv: use
lib.mkForce
for--option
overrides by @sandydoo in https://github.com/cachix/devenv/pull/1989 - rust: make the mold linker opt-in by @sandydoo in https://github.com/cachix/devenv/pull/1984
- devenv: protect internal Nix builds from untimely GC by @sandydoo in https://github.com/cachix/devenv/pull/1993
- tests: test flake-related edge-cases with git repos by @sandydoo in https://github.com/cachix/devenv/pull/1995
- devenv: add progress spinners for steps by @sandydoo in https://github.com/cachix/devenv/pull/1969
- fix: correctly set UV_PYTHON to the wrapped python interpreter by @mauricege in https://github.com/cachix/devenv/pull/1999
- nix: fix several regressions related to git introduced in v1.7 by @sandydoo in https://github.com/cachix/devenv/pull/1992
- devenv: fix execing into a shell with
devenv shell
by @sandydoo in https://github.com/cachix/devenv/pull/2007 - examples: fix tzdir issues with clickhouse by @sandydoo in https://github.com/cachix/devenv/pull/2008
- rust: fix toolchain creation with rust-overlay by @sandydoo in https://github.com/cachix/devenv/pull/2005
- rust: expose
toolchainPackage
and use it correctly override git hooks by @sandydoo in https://github.com/cachix/devenv/pull/2011 - tasks: allow running multi-level sub-tasks by @sandydoo in https://github.com/cachix/devenv/pull/2018
- rust: allow clippy git-hook to access internet by default by @sandydoo in https://github.com/cachix/devenv/pull/2020
- nix: fix a regression where
path
inputs were locked by @sandydoo in https://github.com/cachix/devenv/pull/2009 - Integrate secretspec.dev by @domenkozar in https://github.com/cachix/devenv/pull/2016
New Contributors
- @bigluck made their first contribution in https://github.com/cachix/devenv/pull/1976
- @mauricege made their first contribution in https://github.com/cachix/devenv/pull/1999
Full Changelog: https://github.com/cachix/devenv/compare/v1.7...v1.8