Skip to content

Commit 54a9ece

Browse files
authored
Merge pull request #654 from onatustun/rm-typstfmt
Remove typstfmt
2 parents 20e71a4 + 3179245 commit 54a9ece

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ use nix
478478

479479
### Typst
480480

481-
- [typstfmt](https://github.com/astrale-sharp/typstfmt)
482481
- [typstyle](https://github.com/Enter-tainer/typstyle)
483482

484483
### YAML

modules/hooks.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4253,13 +4253,6 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
42534253
(lib.genAttrs hooks.typos.settings.ignored-words lib.id);
42544254
types = [ "text" ];
42554255
};
4256-
typstfmt = {
4257-
name = "typstfmt";
4258-
description = "format typst";
4259-
package = tools.typstfmt;
4260-
entry = "${hooks.typstfmt.package}/bin/typstfmt";
4261-
files = "\\.typ$";
4262-
};
42634256
typstyle = {
42644257
name = "typstyle";
42654258
description = "Beautiful and reliable typst code formatter";

nix/tools.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
, treefmt
9090
, trufflehog
9191
, typos
92-
, typstfmt
9392
, typstyle ? null ## Add in nixpkgs added on commit 800ca60
9493
, woodpecker-cli
9594
, zprint
@@ -186,7 +185,6 @@ in
186185
treefmt
187186
trufflehog
188187
typos
189-
typstfmt
190188
typstyle
191189
uv
192190
vale

0 commit comments

Comments
 (0)