Add statix

This commit is contained in:
Jakob Lechner 2025-04-09 20:47:18 +02:00
parent 8ecbdb0463
commit 209526d7c0

View file

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