8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
|
use flake || use nix
|
||
|
watch_file flake.nix
|
||
|
|
||
|
if on_git_branch; then
|
||
|
echo && git status --short --branch &&
|
||
|
echo && git fetch --verbose
|
||
|
fi
|