Add default.nix to direnv watches

This commit is contained in:
Bryan Bennett 2024-08-16 07:36:38 -04:00
parent 5c01142933
commit a26d9bbb17
No known key found for this signature in database
GPG key ID: EE149E4215408DE9

2
.envrc
View file

@ -1,3 +1,5 @@
watch_file $(find . -name "*.nix")
if [ -L ./result ]; then
echo "Found existing build; using flake_env"
source ./result/share/flake_env/direnvrc