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

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