Skip to content

Releases: cachix/devenv

v1.9

17 Sep 12:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.9

v1.8.2

21 Aug 17:25
Compare
Choose a tag to compare

This release addresses a number of Nix performance and usability regressions.

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

28 Jul 01:44
78bb7d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8...v1.8.1

v1.8

18 Jul 03:27
80c46d5
Compare
Choose a tag to compare

What's Changed

  • tasks: source env for when we're running outside of devenv shell by @domenkozar in #1975
  • feat: add all-groups for Python dependency by @bigluck in #1976
  • task_cache: attempt to fix intermittent test failure by @sandydoo in #1985
  • devenv: support pkg as a type for --option by @sandydoo in #1988
  • devenv: async-ify the core state by @sandydoo in #1970
  • devenv: use lib.mkForce for --option overrides by @sandydoo in #1989
  • rust: make the mold linker opt-in by @sandydoo in #1984
  • devenv: protect internal Nix builds from untimely GC by @sandydoo in #1993
  • tests: test flake-related edge-cases with git repos by @sandydoo in #1995
  • devenv: add progress spinners for steps by @sandydoo in #1969
  • fix: correctly set UV_PYTHON to the wrapped python interpreter by @mauricege in #1999
  • nix: fix several regressions related to git introduced in v1.7 by @sandydoo in #1992
  • devenv: fix execing into a shell with devenv shell by @sandydoo in #2007
  • examples: fix tzdir issues with clickhouse by @sandydoo in #2008
  • rust: fix toolchain creation with rust-overlay by @sandydoo in #2005
  • rust: expose toolchainPackage and use it correctly override git hooks by @sandydoo in #2011
  • tasks: allow running multi-level sub-tasks by @sandydoo in #2018
  • rust: allow clippy git-hook to access internet by default by @sandydoo in #2020
  • nix: fix a regression where path inputs were locked by @sandydoo in #2009
  • Integrate secretspec.dev by @domenkozar in #2016

New Contributors

Full Changelog: v1.7...v1.8

v1.7

02 Jul 17:31
4ca8cf2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.7

v1.6.1

08 May 12:29
v1.6.1
f19b62e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6...v1.6.1

v1.6

25 Apr 10:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.6

v1.5.2

17 Apr 15:11
Compare
Choose a tag to compare

What's Changed

  • Fix: local overlays in flake module by @fmway in #1832
  • devenv: deterministically sort flake inputs to aid caching layer by @sandydoo in #1833

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

16 Apr 16:23
2e0e691
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5...v1.5.1

v1.5

12 Apr 17:04
Compare
Choose a tag to compare

What's Changed

  • docs: remove extraneous quote by @kgroat in #1742
  • Fix/meilisearch 'error: invalid value '1' for '--no-analytics' by @linusfri in #1741
  • tasks: use lib.getExe to fetch the package binary by default by @sandydoo in #1745
  • Fix list formatting, add nixcademy tutorial by @tfc in #1746
  • WIP: Move devenv generate into a separate binary by @WeetHet in #1740
  • Added support for mprocs process manager by @dacevedo12 in #1738
  • ci: use self-hosted x86_64-darwin runners by @sandydoo in #1743
  • Move cwd for yarn to start of args to support newer versions by @dz0ny in #1755
  • Fix regression in yarn cwd path by @tebriel in #1757
  • scripts: use lib.getExe to fetch the package binary by default by @mmlb in #1756
  • feat: Add devenv docker container by @dsalaza4 in #1759
  • devenv: improve devenv search performance and hide warnings by @sandydoo in #1753
  • docs: fix invalid JSON in DEVENV_TASK_OUTPUT_FILE example by @Phault in #1762
  • fix(postgres-service): add quotes to resource names by @b0lle in #1767
  • Support local overlays by @domenkozar in #1768
  • devenv: don't create local project directories on devenv init by @sandydoo in #1771
  • devenv --system x86_64-linux build by @domenkozar in #1601
  • devenv: refresh the env if the gc root is invalid by @sandydoo in #1766
  • eval-cache: bust the cache for builtins.pathExists by @sandydoo in #1777
  • macos: add an option to configure the macOS SDK or remove it completely by @sandydoo in #1686
  • eval-cache: fix bug where a removed input would force a cache miss by @sandydoo in #1786
  • dotenv: Redirect informative messages to stderr by @sestrella in #1788
  • devenv: make overlay changes backwards compatible with older modules by @sandydoo in #1794
  • devenv: replace nix develop with a custom shell launcher by @sandydoo in #1789
  • Add Typst fontPaths option by @victorbnl in #1791
  • Fix Typst fontPaths example by @victorbnl in #1796
  • allow to run multiple process at once by @tzemanovic in #1782
  • devcontainer: fix suspicious permission error by @sandydoo in #1799
  • android: fix unexpected config argument on nixpkgs-unstable by @sandydoo in #1802
  • devenv: use rust-platform-verifier to load system certificates by @sandydoo in #1800
  • devenv: preserve existing options when overriding inputs by @sandydoo in #1804
  • eval-cache: bust the cache when using input overrides by @sandydoo in #1803
  • docs: package reference common patterns by @staticdev in #1812
  • Remove auto-numbering by @staticdev in #1813
  • fix: better pure devenv-root handling in flakes by @yajo in #1814
  • Prepare 1.5 by @domenkozar in #1816

New Contributors

Full Changelog: v1.4.1...v1.5