From 2ca09f41862c9e60e99c9dcdf17253536e3add4a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 21 Aug 2024 01:09:28 -0500 Subject: [PATCH] feat(direnv): start using nix-direnv again --- VERSION | 2 +- config/direnv.nix | 1 + src/config/direnv.nw | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 73b1bef9..38637d39 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.16.4 \ No newline at end of file +8.17.0 \ No newline at end of file diff --git a/config/direnv.nix b/config/direnv.nix index 8ed4336e..694e88e9 100644 --- a/config/direnv.nix +++ b/config/direnv.nix @@ -5,6 +5,7 @@ programs.direnv = { enable = true; enableZshIntegration = false; + nix-direnv.enable = true; }; } diff --git a/src/config/direnv.nw b/src/config/direnv.nw index 1aa784e8..744877f9 100644 --- a/src/config/direnv.nw +++ b/src/config/direnv.nw @@ -11,6 +11,7 @@ integration, by default, and disable the zsh integration, since I don't use zsh. programs.direnv = { enable = true; enableZshIntegration = false; + nix-direnv.enable = true; }; }