flake/dev: add list-plugins script/command

This commit is contained in:
Gaetan Lepage 2024-06-20 09:32:37 +02:00 committed by Gaétan Lepage
parent affee53852
commit 744dfea48b
2 changed files with 156 additions and 0 deletions

View file

@ -63,6 +63,11 @@
${pkgs.lib.getExe pkgs.python3} -m http.server -d "$doc_derivation"/share/doc
'';
}
{
name = "list-plugins";
command = "${pkgs.python3.interpreter} ${./list-plugins.py}";
help = "List plugins and get implementation infos";
}
];
};
};