File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change 8989, treefmt
9090, trufflehog
9191, typos
92- , typstfmt
9392, typstyle ? null ## Add in nixpkgs added on commit 800ca60
9493, woodpecker-cli
9594, zprint
186185 treefmt
187186 trufflehog
188187 typos
189- typstfmt
190188 typstyle
191189 uv
192190 vale
You can’t perform that action at this time.
0 commit comments