npins: use mnw function

This commit is contained in:
Gerg-L 2026-02-01 16:38:45 -05:00
commit a0de0646f6
No known key found for this signature in database
3 changed files with 4 additions and 119 deletions

View file

@ -9,7 +9,7 @@
inherit (lib.trivial) flip;
inherit (builtins) filter isString hasAttr getAttr;
getPin = flip getAttr (pkgs.callPackages ../../../npins/sources.nix {});
getPin = flip getAttr (inputs.mnw.lib.npinsToPluginsAttrs pkgs ../../../npins/sources.json);
# Build a Vim plugin with the given name and arguments.
buildPlug = attrs: let