treefmt
A code formatter to fromat the entire code tree extremly fast (in parallel and with a smart cache).
Definition:
{
inputs,
cell,
}: let
inherit (inputs) nixpkgs;
in {
configData = {};
output = "treefmt.toml";
format = "toml";
commands = [{package = nixpkgs.treefmt;}];
}