mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
dev/list-plugins: derivation cosmetic refactor
This commit is contained in:
parent
3461f890fa
commit
c803fd738f
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
packages.list-plugins = package;
|
packages.list-plugins = package;
|
||||||
|
|
||||||
checks.list-plugins-test =
|
checks.list-plugins-test =
|
||||||
pkgs.runCommand "list-plugins-test"
|
pkgs.runCommand "list-plugins-test"
|
||||||
{
|
{
|
||||||
|
@ -35,7 +36,7 @@
|
||||||
devshells.default.commands = [
|
devshells.default.commands = [
|
||||||
{
|
{
|
||||||
name = "list-plugins";
|
name = "list-plugins";
|
||||||
command = ''${lib.getExe config.packages.list-plugins} "$@"'';
|
command = ''${lib.getExe package} "$@"'';
|
||||||
help = "List plugins and get implementation infos";
|
help = "List plugins and get implementation infos";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue