vimPluginsUpdater: fix script

buildNeovimPlugin removed in previous update, but get-plugins is trying
to call package with removed argument.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2026-01-19 10:15:04 -06:00
parent 2943652d08
commit 457cb31aea
@@ -1,10 +1,9 @@
with import <localpkgs> { };
let
inherit (vimUtils.override { inherit vim; }) buildVimPlugin;
inherit (neovimUtils) buildNeovimPlugin;
generated = callPackage <localpkgs/pkgs/applications/editors/vim/plugins/generated.nix> {
inherit buildNeovimPlugin buildVimPlugin;
inherit buildVimPlugin;
} { } { };
hasChecksum =