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
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:
parent
c0ca5fe214
commit
7bc757b757
1 changed files with 1 additions and 1 deletions
2
.envrc
2
.envrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue