feat: add nil as a linter

This commit is contained in:
Artur Manuel 2024-12-11 14:59:03 +00:00
commit d1cd36a5f2

View file

@ -91,6 +91,7 @@
enable = true; enable = true;
args = ["fix"]; args = ["fix"];
}; };
nil.enable = true;
}; };
}; };
devShells.default = config.pre-commit.devShell; devShells.default = config.pre-commit.devShell;