Merge pull request #444 from kingarrrt/envrc

envrc: watch direnvrc and *.nix
This commit is contained in:
mergify[bot] 2023-12-15 09:22:14 +00:00 committed by GitHub
commit 53f3da4b66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.envrc
View file

@ -1,4 +1,4 @@
strict_env strict_env
source ./direnvrc source ./direnvrc
watch_file shell.nix watch_file direnvrc *.nix
use flake use flake