Removed extra space in category for 'fmt' dev shell command (#90)
This commit is contained in:
parent
0c236b742d
commit
8c0cd3c2fa
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue