todoodoo/treefmt.nix
2024-07-28 18:28:06 +02:00

8 lines
119 B
Nix

{ ... }:
{
projectRootFile = "flake.nix";
programs = {
nixfmt.enable = true;
rustfmt.enable = true;
};
}