blob: eb4480a6860a588cb2dfa63f2c02be988f15c375 (
plain) (
tree)
|
|
#!/usr/bin/env sh
use flake || use nix
watch_file flake.nix
PATH_add ./target/debug
PATH_add ./target/release
PATH_add ./scripts
if on_git_branch; then
echo && git status --short --branch &&
echo && git fetch --verbose
fi
|