From 6b4052594b3428b20e8085d41c23555e11de807f Mon Sep 17 00:00:00 2001 From: Sander Date: Sun, 10 Mar 2024 02:38:19 +0000 Subject: [PATCH] Add a todo for treefmt --- modules/hooks.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/hooks.nix b/modules/hooks.nix index dee5cf76..b51765ad 100644 --- a/modules/hooks.nix +++ b/modules/hooks.nix @@ -1252,7 +1252,8 @@ in }; }; }; - # TODO: how do we provide a default package for this? + # TODO: should this be an option like `packages` or `formatters`? + # A list of packages to wrap in an env with treefmt. # treefmt = mkOption { # description = lib.mdDoc "Additional treefmt settings"; # type = types.submodule {