configuration.nix/.envrc

11 lines
127 B
Text
Raw Normal View History

# update repo
if has jj; then
jj git fetch
elif has gix; then
gix fetch
elif has git; then
git fetch
fi
2024-01-15 23:59:15 +01:00
use flake