hetch/flake/treefmt.nix
2025-01-15 01:57:39 +00:00

5 lines
108 B
Nix

_: {
projectRootFile = ".git/config";
programs.nixfmt.enable = true;
programs.ormolu.enable = true;
}