diff --git a/modules/hooks.nix b/modules/hooks.nix index 18fb4d1d..b0732ea5 100644 --- a/modules/hooks.nix +++ b/modules/hooks.nix @@ -3720,6 +3720,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm types = [ "lua" ]; package = tools.selene; entry = "${hooks.selene.package}/bin/selene"; + args = [ "--no-summary" ]; }; shellcheck = {