diff --git a/modules/hooks.nix b/modules/hooks.nix index c5816ca2..45e2fe6e 100644 --- a/modules/hooks.nix +++ b/modules/hooks.nix @@ -406,16 +406,6 @@ in name = "shellcheck"; description = "Format shell files."; types = [ "shell" ]; - types_or = - # based on `goodShells` in https://github.com/koalaman/shellcheck/blob/master/src/ShellCheck/Parser.hs - [ - "sh" - "ash" - "bash" - "bats" - "dash" - "ksh" - ]; entry = "${tools.shellcheck}/bin/shellcheck"; }; stylua =