We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afe89ba + d0589a9 commit e8dc1b4Copy full SHA for e8dc1b4
modules/hooks.nix
@@ -2901,8 +2901,8 @@ in
2901
typstfmt = {
2902
name = "typstfmt";
2903
description = "format typst";
2904
- package = tools.typst-fmt;
2905
- entry = "${hooks.typstfmt.package}/bin/typst-fmt";
+ package = tools.typstfmt;
+ entry = "${hooks.typstfmt.package}/bin/typstfmt";
2906
files = "\\.typ$";
2907
};
2908
vale = {
nix/tools.nix
@@ -72,7 +72,7 @@
72
, topiary ? null ## Added in nixpkgs on Dec 2, 2022
73
, treefmt
74
, typos
75
-, typst-fmt
+, typstfmt
76
, zprint
77
, yamllint
78
, writeScript
@@ -147,7 +147,7 @@ in
147
topiary
148
treefmt
149
typos
150
- typst-fmt
+ typstfmt
151
vale
152
yamllint
153
zprint
0 commit comments