build(.envrc): Add `./target/debug` to PATH

This commit is contained in:
Benedikt Peetz 2024-03-27 08:11:44 +01:00
parent 4e3bdf273e
commit 9233a136ee
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 2 additions and 0 deletions

2
.envrc
View File

@ -21,6 +21,8 @@
use flake || use nix
watch_file flake.nix
PATH_add ./target/debug
if on_git_branch; then
echo && git status --short --branch &&
echo && git fetch --verbose