about summary refs log tree commit diff
path: root/checks.nix
diff options
context:
space:
mode:
Diffstat (limited to 'checks.nix')
-rw-r--r--checks.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/checks.nix b/checks.nix
index 3261f1a..8ecf45d 100644
--- a/checks.nix
+++ b/checks.nix
@@ -29,13 +29,12 @@
       detect-private-keys.enable = true;
       editorconfig-checker.enable = true;
       fix-byte-order-marker.enable = true;
-      flake-checker.enable = true;
-      nil.enable = true;
+      # flake-checker.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