mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
8 lines
131 B
Nix
8 lines
131 B
Nix
{
|
|
vimUtils,
|
|
parinfer-rust,
|
|
}:
|
|
vimUtils.buildVimPlugin {
|
|
inherit (parinfer-rust) pname version meta;
|
|
src = parinfer-rust;
|
|
}
|