Skip to content

Commit 6b40525

Browse files
committed
Add a todo for treefmt
1 parent bf780cc commit 6b40525

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/hooks.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,8 @@ in
12521252
};
12531253
};
12541254
};
1255-
# TODO: how do we provide a default package for this?
1255+
# TODO: should this be an option like `packages` or `formatters`?
1256+
# A list of packages to wrap in an env with treefmt.
12561257
# treefmt = mkOption {
12571258
# description = lib.mdDoc "Additional treefmt settings";
12581259
# type = types.submodule {

0 commit comments

Comments
 (0)