summaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-04-01 22:54:55 -0400
committerBen Sima <ben@bsima.me>2024-04-02 00:11:33 -0400
commit6040b2ceae7e6f4a0d41052663bf7826d1e52b4a (patch)
tree976d2a46b3f0803776e153a4639f696d6e03b225 /.envrc
parent19a4c1be33762d81ca4262a6d9ea6e704b201ee1 (diff)
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.
Diffstat (limited to '.envrc')
-rw-r--r--.envrc8
1 files changed, 4 insertions, 4 deletions
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