README: also recommend direnv-instant

This commit is contained in:
Jörg Thalheim 2025-10-14 21:41:39 +01:00
parent 48f288271b
commit bc80e8b553

View file

@ -354,6 +354,14 @@ nix-direnv also respects the following environment variables for configuration.
[new_project]: https://github.com/nix-community/nix-direnv/wiki/Shell-integration [new_project]: https://github.com/nix-community/nix-direnv/wiki/Shell-integration
[hide_diff_notice]: https://direnv.net/man/direnv.toml.1.html#codehideenvdiffcode [hide_diff_notice]: https://direnv.net/man/direnv.toml.1.html#codehideenvdiffcode
## Recommended integration
- [direnv-instant](https://github.com/Mic92/direnv-instant) - A non-blocking
daemon that makes direnv truly instant by running it asynchronously in the
background. When combined with nix-direnv's caching, it provides immediate
shell access while environment loading happens in the background, with
automatic notifications when the environment is ready.
## Other projects in the field ## Other projects in the field
- [lorri](https://github.com/nix-community/lorri) - [lorri](https://github.com/nix-community/lorri)