Skip to content

Commit

Permalink
Suppress direnv time warning
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed Dec 27, 2024
1 parent 24939a7 commit eb30973
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ in
programs.direnv = {
enable = true;
nix-direnv.enable = true;
config.global.hide_env_diff = true;
config.global = {
hide_env_diff = true;
warn_timeout = 0;
};
# Avoid cluttering project directories which often conflicts with tooling,
# as per:
# https://github.com/direnv/direnv/wiki/Customizing-cache-location
Expand Down

0 comments on commit eb30973

Please sign in to comment.