From f7dd9cd6e2639b37ada601fcb0f9e2c07029d45c Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 22 Jan 2024 10:42:14 +0800 Subject: [PATCH] feat: disable statix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1550cf71..ff603b29 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ hooks = { alejandra.enable = true; # formatter # deadnix.enable = true; # detect unused variable bindings in `*.nix` - statix.enable = true; # lints and suggestions for Nix code(auto suggestions) + # statix.enable = true; # lints and suggestions for Nix code(auto suggestions) prettier = { enable = true; excludes = [".js" ".md" ".ts"];