plugins/cmp: refactor source-plugin internal mechanics

This commit is contained in:
Gaetan Lepage 2024-04-30 09:38:20 +02:00 committed by Gaétan Lepage
parent 892caa9b40
commit dc038244f8
3 changed files with 65 additions and 57 deletions

View file

@ -7,7 +7,7 @@
}:
with lib; let
cmpLib = import ../cmp-helpers.nix {inherit lib config helpers pkgs;};
cmpSourcesPluginNames = attrValues cmpLib.pluginAndSourceNames;
cmpSourcesPluginNames = attrValues (import ../sources.nix);
pluginModules =
map
(