Bruno BELANYI
ace266b02c
Some checks failed
ci/woodpecker/push/check Pipeline failed
Will be removed when the plug-in gets its next bump.
5 lines
94 B
Nix
5 lines
94 B
Nix
self: prev:
|
|
{
|
|
vimPlugins = prev.vimPlugins.extend (self.callPackage ./generated.nix { });
|
|
}
|