spacetime-flake/treefmt.nix
2024-05-03 20:16:19 +02:00

8 lines
129 B
Nix

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