diff --git a/modules/hooks.nix b/modules/hooks.nix index e920d164..95e7df89 100644 --- a/modules/hooks.nix +++ b/modules/hooks.nix @@ -3461,7 +3461,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol lib.throwIf (hooks.typstyle.package == null) "The version of nixpkgs used by pre-commit-hooks.nix must contain typstyle" - "${hooks.typstyle.package}/bin/typstyle"; + "${hooks.typstyle.package}/bin/typstyle -i"; files = "\\.typ$"; }; vale = {