Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ use nix

### Typst

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

### YAML
Expand Down
7 changes: 0 additions & 7 deletions modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4253,13 +4253,6 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
(lib.genAttrs hooks.typos.settings.ignored-words lib.id);
types = [ "text" ];
};
typstfmt = {
name = "typstfmt";
description = "format typst";
package = tools.typstfmt;
entry = "${hooks.typstfmt.package}/bin/typstfmt";
files = "\\.typ$";
};
typstyle = {
name = "typstyle";
description = "Beautiful and reliable typst code formatter";
Expand Down
2 changes: 0 additions & 2 deletions nix/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
, treefmt
, trufflehog
, typos
, typstfmt
, typstyle ? null ## Add in nixpkgs added on commit 800ca60
, woodpecker-cli
, zprint
Expand Down Expand Up @@ -186,7 +185,6 @@ in
treefmt
trufflehog
typos
typstfmt
typstyle
uv
vale
Expand Down