Skip to content

Commit

Permalink
Merge pull request #409 from NorfairKing/typstfmt2
Browse files Browse the repository at this point in the history
fix typstfmt
  • Loading branch information
domenkozar authored Mar 19, 2024
2 parents afe89ba + d0589a9 commit e8dc1b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2901,8 +2901,8 @@ in
typstfmt = {
name = "typstfmt";
description = "format typst";
package = tools.typst-fmt;
entry = "${hooks.typstfmt.package}/bin/typst-fmt";
package = tools.typstfmt;
entry = "${hooks.typstfmt.package}/bin/typstfmt";
files = "\\.typ$";
};
vale = {
Expand Down
4 changes: 2 additions & 2 deletions nix/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
, topiary ? null ## Added in nixpkgs on Dec 2, 2022
, treefmt
, typos
, typst-fmt
, typstfmt
, zprint
, yamllint
, writeScript
Expand Down Expand Up @@ -147,7 +147,7 @@ in
topiary
treefmt
typos
typst-fmt
typstfmt
vale
yamllint
zprint
Expand Down

0 comments on commit e8dc1b4

Please sign in to comment.