Skip to content

Commit f0dcdc1

Browse files
Update modules/hooks.nix
Co-authored-by: sander <[email protected]>
1 parent c4e3cd4 commit f0dcdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2241,7 +2241,7 @@ in
22412241
};
22422242
flake-checker = {
22432243
name = "flake-checker";
2244-
description = "Run health on the Nix flake.";
2244+
description = "Run health checks on your flake-powered Nix projects.";
22452245
package = tools.flake-checker;
22462246
entry = "${hooks.flake-checker.package}/bin/flake-checker -f";
22472247
files = "(^flake\\.nix$|^flake\\.lock$)";

0 commit comments

Comments
 (0)