hetch/flake/treefmt.nix

6 lines
108 B
Nix
Raw Permalink Normal View History

2025-01-15 01:57:39 +00:00
_: {
projectRootFile = ".git/config";
programs.nixfmt.enable = true;
programs.ormolu.enable = true;
}