summaryrefslogtreecommitdiff
path: root/pre-commit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pre-commit.nix')
-rw-r--r--pre-commit.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/pre-commit.nix b/pre-commit.nix
deleted file mode 100644
index b70ceba..0000000
--- a/pre-commit.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- perSystem = {config, ...}: {
- pre-commit.settings.hooks = {
- actionlint.enable = true;
-
- treefmt = {
- enable = true;
- package = config.treefmt.build.wrapper;
- };
-
- nil.enable = true;
- statix.enable = true;
- };
- };
-}