blob: 8f9d5d7e0e8195c9d8721374010517c634816d85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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
|