style: enable nix formatter and linter

This commit is contained in:
Michael Mandl 2025-05-13 08:56:31 +02:00
parent a9a6888958
commit 759bda1d77
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -1,11 +1,11 @@
{ ... }:
{
{...}: {
git-hooks = {
hooks = {
alejandra.enable = true;
check-case-conflicts.enable = true;
check-merge-conflicts.enable = true;
commitizen.enable = true;
deadnix.enable = true;
detect-private-keys.enable = true;
end-of-file-fixer.enable = true;
markdownlint.enable = true;