summaryrefslogtreecommitdiff
path: root/treefmt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'treefmt.nix')
-rw-r--r--treefmt.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/treefmt.nix b/treefmt.nix
index f3dcaac..81102bc 100644
--- a/treefmt.nix
+++ b/treefmt.nix
@@ -1,11 +1,10 @@
{
projectRootFile = ".git/config";
- # TODO: add actionlint
- # https://github.com/numtide/treefmt-nix/pull/146
programs = {
+ actionlint.enable = true;
deadnix.enable = true;
- nixfmt-rfc-style.enable = true;
+ nixfmt.enable = true;
rustfmt.enable = true;
statix.enable = true;
};