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
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:
parent
0663a51607
commit
00f2ce5543
1 changed files with 1 additions and 1 deletions
2
.envrc
2
.envrc
|
@ -1,6 +1,6 @@
|
||||||
# update repo
|
# update repo
|
||||||
if has jj; then
|
if has jj; then
|
||||||
jj git fetch
|
jj git fetch --all-remotes
|
||||||
elif has gix; then
|
elif has gix; then
|
||||||
gix fetch
|
gix fetch
|
||||||
elif has git; then
|
elif has git; then
|
||||||
|
|
Loading…
Reference in a new issue