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"];