From a26d9bbb175c072ffc8f76d97386570efac41628 Mon Sep 17 00:00:00 2001 From: Bryan Bennett Date: Fri, 16 Aug 2024 07:36:38 -0400 Subject: [PATCH] Add default.nix to direnv watches --- .envrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.envrc b/.envrc index 5e75bac..2524a46 100644 --- a/.envrc +++ b/.envrc @@ -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