fix(just): no parallel downloads for vim plugins update
This can cause rate limits with GH's API.
This commit is contained in:
parent
8842a92aeb
commit
58425620dc
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -26,7 +26,7 @@ update-vim-plugins:
|
|||
cd -
|
||||
fi
|
||||
# update vim plugins
|
||||
nix run nixpkgs#vimPluginsUpdater -- --nixpkgs "$nixpkgs" --no-commit -i ./nvim/extraPlugins/plugins -o ./nvim/extraPlugins/generated.nix update
|
||||
nix run nixpkgs#vimPluginsUpdater -- --proc=1 --nixpkgs "$nixpkgs" --no-commit -i ./nvim/extraPlugins/plugins -o ./nvim/extraPlugins/generated.nix update
|
||||
# format the generated output
|
||||
nix fmt ./nvim/extraPlugins/generated.nix
|
||||
|
||||
|
|
Loading…
Reference in a new issue