Add statix config

This commit is contained in:
2026-03-27 17:45:16 +00:00
parent c49ad590ad
commit cbb1e217d5
2 changed files with 10 additions and 1 deletions

View File

@@ -16,6 +16,9 @@
nixfmt-rfc-style.enable = true;
deadnix.enable = true;
nil.enable = true;
statix.enable = true; # Use: statix fix
statix = {
enable = true;
settings.config = "${./assets/statix.toml}";
}; # Use: statix fix
};
}