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 1/2] 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) From 8d0f9c62e184ce980a86fb4f5691a9f5e77bd0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 15 Oct 2025 09:19:15 +0100 Subject: [PATCH 2/2] README: mention commercial support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9e35799..f9aed41 100644 --- a/README.md +++ b/README.md @@ -368,3 +368,8 @@ nix-direnv also respects the following environment variables for configuration. - [sorri](https://github.com/nmattia/sorri) - [nixify](https://github.com/kalbasit/nur-packages/blob/master/pkgs/nixify/envrc) - [lorelei](https://github.com/shajra/direnv-nix-lorelei) + +## Need commercial support or customization? + +For commercial support, please contact [Mic92](https://github.com/Mic92/) at +joerg@thalheim.io or reach out to [Numtide](https://numtide.com/contact/).