diff --git a/module-options.nix b/module-options.nix index dfe45e5..5a9a86a 100644 --- a/module-options.nix +++ b/module-options.nix @@ -156,6 +156,7 @@ in pkgs.runCommandLocal "treefmt-check" { buildInputs = [ pkgs.git config.build.wrapper ]; + meta.description = "Check that the project tree is formatted"; } '' set -e