build(.envrc): Add `./target/debug` to PATH
This commit is contained in:
parent
4e3bdf273e
commit
9233a136ee
2
.envrc
2
.envrc
|
@ -21,6 +21,8 @@
|
||||||
use flake || use nix
|
use flake || use nix
|
||||||
watch_file flake.nix
|
watch_file flake.nix
|
||||||
|
|
||||||
|
PATH_add ./target/debug
|
||||||
|
|
||||||
if on_git_branch; then
|
if on_git_branch; then
|
||||||
echo && git status --short --branch &&
|
echo && git status --short --branch &&
|
||||||
echo && git fetch --verbose
|
echo && git fetch --verbose
|
||||||
|
|
Reference in New Issue