From 6040b2ceae7e6f4a0d41052663bf7826d1e52b4a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 1 Apr 2024 22:54:55 -0400 Subject: Disable direnv watching a few files I think these were false-positives and causing unnecessary re-evals of my nix code. So sometimes after a checkout I would end up just waiting a few seconds for my environment to come back, and that's annoying. --- .envrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index 14c8c1e..694fd09 100644 --- a/.envrc +++ b/.envrc @@ -5,10 +5,10 @@ fi # # watch some files that effect the dev environment - watch_file shell.nix - watch_file default.nix - watch_file Biz/Bild.nix - watch_file Biz/Bild.hs +# watch_file shell.nix +# watch_file default.nix +# watch_file Biz/Bild.nix +# watch_file Biz/Bild.hs # if direnv doesn't detect changes to the nix environment, just touch .envrc and # it will refresh use nix -- cgit v1.2.3