Add statix

This commit is contained in:
Jakob Lechner 2025-04-14 22:11:33 +02:00
parent 32fe8f82f5
commit 3fda43968c

View file

@ -49,6 +49,10 @@
black.enable = true;
nixpkgs-fmt.enable = true;
shellcheck.enable = true;
statix = {
enable = true;
settings.ignore = [ ".direnv" ];
};
};
};
};