diff options
Diffstat (limited to 'templates/c/.envrc')
-rw-r--r-- | templates/c/.envrc | 3 |
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 && |