about summary refs log tree commit diff stats
path: root/templates/c/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/c/.envrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/c/.envrc b/templates/c/.envrc
index 77f9235..8f9d5d7 100644
--- a/templates/c/.envrc
+++ b/templates/c/.envrc
@@ -1,7 +1,8 @@
 use flake || use nix
 watch_file flake.nix
 
-PATH_add ./target/
+PATH_add ./target
+PATH_add ./scripts
 
 if on_git_branch; then
   echo && git status --short --branch &&