diff options
Diffstat (limited to 'templates/rust/.envrc')
-rw-r--r-- | templates/rust/.envrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/rust/.envrc b/templates/rust/.envrc index 8f9d5d7..c8c5665 100644 --- a/templates/rust/.envrc +++ b/templates/rust/.envrc @@ -1,7 +1,8 @@ use flake || use nix watch_file flake.nix -PATH_add ./target +PATH_add ./target/debug +PATH_add ./target/release PATH_add ./scripts if on_git_branch; then |