Skip to content

Commit

Permalink
dev/list-plugins: derivation cosmetic refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored and nix-infra-bot committed Dec 17, 2024
1 parent 3461f89 commit c803fd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake-modules/dev/list-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
in
{
packages.list-plugins = package;

checks.list-plugins-test =
pkgs.runCommand "list-plugins-test"
{
Expand All @@ -35,7 +36,7 @@
devshells.default.commands = [
{
name = "list-plugins";
command = ''${lib.getExe config.packages.list-plugins} "$@"'';
command = ''${lib.getExe package} "$@"'';
help = "List plugins and get implementation infos";
}
];
Expand Down

0 comments on commit c803fd7

Please sign in to comment.