commit 3c9fcb000af9dc4f194c48faefb19297420d3160 parent 421a3dd1ee3c5212edb3bddb1233c2f93c766eb5 Author: mtmn <miro@haravara.org> Date: Thu, 7 May 2026 13:31:05 +0200 chore: add statix to prek Diffstat:
| M | prek.toml | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/prek.toml b/prek.toml @@ -38,4 +38,12 @@ hooks = [ entry = "alejandra", files = '\.nix$' }, + { + id = "statix", + name = "statix", + language = "system", + entry = "statix check", + pass_filenames = false, + files = '\.nix$' + }, ]