diff --git a/flake.nix b/flake.nix index b50411a..ea7f4c0 100644 --- a/flake.nix +++ b/flake.nix @@ -79,7 +79,7 @@ fmt = { description = "Format the source tree"; exec = "${lib.getExe config.treefmt.build.wrapper}"; - category = "Dev Tools "; + category = "Dev Tools"; }; run = { description = "Run the project with ghcid auto-recompile";