build(.envrc): Add some paths to the PATH
This commit is contained in:
parent
ebc336faa3
commit
42c5a58e6c
4
.envrc
4
.envrc
|
@ -1,6 +1,10 @@
|
||||||
use flake || use nix
|
use flake || use nix
|
||||||
watch_file flake.nix
|
watch_file flake.nix
|
||||||
|
|
||||||
|
PATH_add ./target/debug
|
||||||
|
PATH_add ./target/release
|
||||||
|
PATH_add ./scripts
|
||||||
|
|
||||||
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