mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 15:44:20 +00:00
vimPluginsUpdater: run using @r-ryantm (#364758)
This commit is contained in:
commit
ecdcbe6fee
@ -1,11 +1,13 @@
|
||||
{
|
||||
buildPythonApplication,
|
||||
nix,
|
||||
makeWrapper,
|
||||
python3Packages,
|
||||
lib,
|
||||
buildPythonApplication,
|
||||
makeWrapper,
|
||||
nix,
|
||||
nix-prefetch-git,
|
||||
nurl,
|
||||
python3Packages,
|
||||
vimPluginsUpdater,
|
||||
writeShellScript,
|
||||
|
||||
# optional
|
||||
neovim-unwrapped,
|
||||
@ -48,5 +50,10 @@ buildPythonApplication {
|
||||
export PYTHONPATH=pkgs/applications/editors/vim/plugins:maintainers/scripts/pluginupdate-py:$PYTHONPATH
|
||||
'';
|
||||
|
||||
passthru.updateScript = writeShellScript "updateScript" ''
|
||||
# don't saturate the update bot connection
|
||||
${lib.getExe vimPluginsUpdater} --proc 2 update
|
||||
'';
|
||||
|
||||
meta.mainProgram = "vim-plugins-updater";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user