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; }; }