add deadnix to formatter

This commit is contained in:
Jörg Thalheim
2023-07-21 11:23:10 +02:00
parent 22849366d8
commit 3ab90e6785
9 changed files with 18 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{ self, ... }: {
{ ... }: {
pre-commit.settings.hooks.alejandra.enable = true;
pre-commit.settings.hooks.shellcheck.enable = true;
}