diff options
-rw-r--r-- | .envrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.5.1/direnvrc" "sha256-p4CDMJjuBmEh9pkn2aoJrZqr0DlPZHPU7eXOSDzzcuo=" 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 # if direnv doesn't detect changes to the nix environment, just touch .envrc and # it will refresh use nix |