Skip to content

Commit e8dc1b4

Browse files
authored
Merge pull request #409 from NorfairKing/typstfmt2
fix typstfmt
2 parents afe89ba + d0589a9 commit e8dc1b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/hooks.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2901,8 +2901,8 @@ in
29012901
typstfmt = {
29022902
name = "typstfmt";
29032903
description = "format typst";
2904-
package = tools.typst-fmt;
2905-
entry = "${hooks.typstfmt.package}/bin/typst-fmt";
2904+
package = tools.typstfmt;
2905+
entry = "${hooks.typstfmt.package}/bin/typstfmt";
29062906
files = "\\.typ$";
29072907
};
29082908
vale = {

nix/tools.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
, topiary ? null ## Added in nixpkgs on Dec 2, 2022
7373
, treefmt
7474
, typos
75-
, typst-fmt
75+
, typstfmt
7676
, zprint
7777
, yamllint
7878
, writeScript
@@ -147,7 +147,7 @@ in
147147
topiary
148148
treefmt
149149
typos
150-
typst-fmt
150+
typstfmt
151151
vale
152152
yamllint
153153
zprint

0 commit comments

Comments
 (0)