summaryrefslogtreecommitdiff
path: root/treefmt.nix
blob: 81102bc0d7b7d7db506ab209e0d70a87e5eeccb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  projectRootFile = ".git/config";

  programs = {
    actionlint.enable = true;
    deadnix.enable = true;
    nixfmt.enable = true;
    rustfmt.enable = true;
    statix.enable = true;
  };
}