fix(envrc): also fetch other remotes
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

This commit is contained in:
Jalil David Salamé Messina 2024-11-16 17:18:21 +01:00 committed by Jalil David Salamé Messina
parent c0ca5fe214
commit 7bc757b757

2
.envrc
View file

@ -1,6 +1,6 @@
# update repo
if has jj; then
jj git fetch
jj git fetch --all-remotes
elif has gix; then
gix fetch
elif has git; then