todoodoo/treefmt.nix

9 lines
129 B
Nix
Raw Normal View History

2024-05-09 12:31:57 +02:00
{ ... }:
{
projectRootFile = "flake.nix";
programs = {
nixfmt-rfc-style.enable = true;
rustfmt.enable = true;
};
}