We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e3cd4 commit f0dcdc1Copy full SHA for f0dcdc1
modules/hooks.nix
@@ -2241,7 +2241,7 @@ in
2241
};
2242
flake-checker = {
2243
name = "flake-checker";
2244
- description = "Run health on the Nix flake.";
+ description = "Run health checks on your flake-powered Nix projects.";
2245
package = tools.flake-checker;
2246
entry = "${hooks.flake-checker.package}/bin/flake-checker -f";
2247
files = "(^flake\\.nix$|^flake\\.lock$)";
0 commit comments