about summary refs log tree commit diff
path: root/checks.nix
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2025-01-06 23:21:56 +0300
committerazahi <azat@bahawi.net>2025-01-06 23:21:56 +0300
commit9faff5e0bee5718a5825cef2604a4e81ddcbd0e0 (patch)
treef2791f036b339e7c04958e6c0a1ca7604b9523f9 /checks.nix
parent2025-01-01 (diff)
2025-01-06 HEAD master
Diffstat (limited to 'checks.nix')
-rw-r--r--checks.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/checks.nix b/checks.nix
index 173c1d4..8ecf45d 100644
--- a/checks.nix
+++ b/checks.nix
@@ -30,12 +30,11 @@
       editorconfig-checker.enable = true;
       fix-byte-order-marker.enable = true;
       # flake-checker.enable = true;
-      nil.enable = true;
       nixfmt-rfc-style.enable = true;
       prettier.enable = true;
       shellcheck.enable = true;
       shfmt.enable = true;
-      statix.enable = true;
+      statix.enable = false; # Doesn't support pipes yet.
       yamllint.enable = true;
     };
   };

Consider giving Nix/NixOS a try! <3