From 843e1e1b01ac7c9e858368fffd1692cbbdbe4a0e Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:08:50 -0400 Subject: [PATCH] flake-parts: add 'description' to the flake check (#116) --- module-options.nix | 1 + 1 file changed, 1 insertion(+) 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