Skip to content

Commit

Permalink
feat(direnv): start using nix-direnv again
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Aug 21, 2024
1 parent 1f0974b commit 2ca09f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.16.4
8.17.0
1 change: 1 addition & 0 deletions config/direnv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
programs.direnv = {
enable = true;
enableZshIntegration = false;
nix-direnv.enable = true;
};

}
1 change: 1 addition & 0 deletions src/config/direnv.nw
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

}
Expand Down

0 comments on commit 2ca09f4

Please sign in to comment.