Jalil David Salamé Messina
7bc757b757
All checks were successful
/ check (push) Successful in 48s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
10 lines
141 B
Bash
10 lines
141 B
Bash
# update repo
|
|
if has jj; then
|
|
jj git fetch --all-remotes
|
|
elif has gix; then
|
|
gix fetch
|
|
elif has git; then
|
|
git fetch
|
|
fi
|
|
|
|
use flake
|