11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
|
use flake || use nix
|
||
|
watch_file flake.nix
|
||
|
|
||
|
PATH_add ./target
|
||
|
PATH_add ./scripts
|
||
|
|
||
|
if on_git_branch; then
|
||
|
echo && git status --short --branch &&
|
||
|
echo && git fetch --verbose
|
||
|
fi
|