Skip to content

Commit

Permalink
Merge pull request #468 from leana8959/fix-typstyle-arg
Browse files Browse the repository at this point in the history
Fix typstyle argument
  • Loading branch information
domenkozar authored Jul 9, 2024
2 parents 2189f6b + 6283849 commit 8d6a17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 8d6a17d

Please sign in to comment.