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

  # TODO: add actionlint
  # https://github.com/numtide/treefmt-nix/pull/146
  programs = {
    deadnix.enable = true;
    nixfmt-rfc-style.enable = true;
    rustfmt.enable = true;
    statix.enable = true;
  };
}