Skip to content

Commit

Permalink
flake-parts: add 'description' to the flake check (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar Ratnakumar authored Aug 25, 2023
1 parent b070c28 commit 843e1e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module-options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 843e1e1

Please sign in to comment.