From bc80e8b553ca8d6671ac6bf57491601d3917a4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 14 Oct 2025 21:41:39 +0100 Subject: [PATCH] README: also recommend direnv-instant --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0f86ef9..9e35799 100644 --- a/README.md +++ b/README.md @@ -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 [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 - [lorri](https://github.com/nix-community/lorri)