Disable deadnix check

It's too annoying
This commit is contained in:
Andrea Ciceri 2024-10-17 23:32:00 +02:00
parent 74880599ea
commit 87b886bfb0
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -17,13 +17,13 @@
projectRootFile = ".git/config";
programs = {
nixfmt-rfc-style.enable = true;
deadnix.enable = true;
deadnix.enable = false;
};
};
pre-commit.settings.hooks = {
nixfmt-rfc-style.enable = true;
deadnix.enable = true;
deadnix.enable = false;
};
};