diff options
author | Ben Sima <ben@bsima.me> | 2024-04-01 22:54:55 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-02 00:11:33 -0400 |
commit | 6040b2ceae7e6f4a0d41052663bf7826d1e52b4a (patch) | |
tree | 976d2a46b3f0803776e153a4639f696d6e03b225 /.envrc | |
parent | 19a4c1be33762d81ca4262a6d9ea6e704b201ee1 (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-- | .envrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |