fix(envrc): also fetch other remotes
All checks were successful
/ check (push) Successful in 47s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 18s
/ build (nvim) (push) Successful in 9s

This commit is contained in:
Jalil David Salamé Messina 2024-11-16 17:18:21 +01:00
parent 0663a51607
commit 00f2ce5543
Signed by: jalil
GPG key ID: F016B9E770737A0B

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