Skip to content

Releases: nix-community/nix-direnv

2.3.0

15 Apr 15:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.1...2.3.0

2.2.1

19 Jan 10:05
Compare
Choose a tag to compare

What's Changed

  • ensure XDG_DATA_DIRS contains unique entries by @mkhl in #269
  • Don't track $nixfile if it is empty by @bbenne10 in #271
  • improve handling if no NIX_PATH is set by @Mic92 in #287
  • Prefer packages over nativeBuildInputs by @hannseman in #282

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

20 Nov 22:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.2...2.2.0

2.1.2

31 Jul 11:23
a12b8a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

01 Jun 06:55
59040df
Compare
Choose a tag to compare

What's Changed

  • Ensure extra arguments passed to shell by @m4dc4p in #191
  • switch to pytest for integration tests by @Mic92 in #192

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0: Improved argument handling and documentation

01 May 14:14
8a731ae
Compare
Choose a tag to compare

What's Changed

Small release to improve generalized argument handling for use_nix. Rewrites README pretty significantly to clarify usage and actually fixes #168.

Thanks again to @joncol for triage and testing.

Full changelog: 2.0.1...2.1.0

Bugfix release

25 Apr 13:42
04d1361
Compare
Choose a tag to compare

What's Changed

Handles a couple of small bugfixes introduced in our 2.0.0 release.

  • Fix custom nix file handling not working properly (#162 fixed via #164). Thanks to @gador for reporting!)
  • Fix typo in custom attribute handling (#168 fixed via #171). Thanks to @joncol for reporting and @mdarocha for triage!
  • Update flake.lock
  • Clarify documentation in README

Full Changelog: 2.0.0...2.0.1

Embrace Nix 2.4+

07 Apr 07:07
Compare
Choose a tag to compare

What's Changed

  • By using nix 2.4 features, we can finally allow shellHook to be run even for cached shells and no longer cache environment variables by the user, thanks to @bbenne10 in #155 and @typetetris (#153)
  • Convert ci tests to nix flake app test-runner by @typetetris in #154

New Contributors

Full Changelog: 1.6.1...2.0.0

Watching files easier

22 Mar 10:40
1d5a378
Compare
Choose a tag to compare

What's Changed

  • Allow watching of arbitrary files for nix flake updates by @polygon in #148

New Contributors

Full Changelog: 1.6.0...1.6.1

Ready for production

07 Feb 20:24
Compare
Choose a tag to compare

What's Changed

  • invalidate cache on changes to devshell.toml by @johnae in #134
  • Allow passing arguments to print-dev-env invocation by @bbenne10 in #136
  • Declare (and enforce) a minimum direnv version by @bbenne10 in #141

New Contributors

Full Changelog: 1.5.1...1.6.0