todoodoo/treefmt.nix

9 lines
119 B
Nix
Raw Normal View History

2024-05-09 12:31:57 +02:00
{ ... }:
{
projectRootFile = "flake.nix";
programs = {
2024-07-28 18:26:14 +02:00
nixfmt.enable = true;
2024-05-09 12:31:57 +02:00
rustfmt.enable = true;
};
}