Merge branch 'main' into fix/code-companion

This commit is contained in:
raf 2026-02-02 00:59:14 +03:00 committed by GitHub
commit 26a95cdd76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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