diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.envrc b/.envrc index 77f9235..483d4b7 100644 --- a/.envrc +++ b/.envrc @@ -1,7 +1,8 @@ use flake || use nix watch_file flake.nix -PATH_add ./target/ +PATH_add ./target/debug +PATH_add ./target/release if on_git_branch; then echo && git status --short --branch && |