fix: buildVimPluginFrom2Nix deprecated

This commit is contained in:
Noah Masur
2023-10-08 11:17:55 -04:00
parent 89b5183f22
commit 340a64b87a
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ let
# Package plugin - for plugins not found in nixpkgs at all
plugin = pname: src:
prev.vimUtils.buildVimPluginFrom2Nix {
prev.vimUtils.buildVimPlugin {
inherit pname src;
version = "master";
};