Skip to content

Commit da5c914

Browse files
authored
Merge pull request #1216 from c2fc2f/main
languages/typst: remove typstfmt
2 parents e6b2d28 + 9e9be6d commit da5c914

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/plugins/languages/typst.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,8 @@
9292
};
9393
};
9494

95-
defaultFormat = "typstfmt";
95+
defaultFormat = "typstyle";
9696
formats = {
97-
typstfmt = {
98-
package = pkgs.typstfmt;
99-
};
10097
# https://github.com/Enter-tainer/typstyle
10198
typstyle = {
10299
package = pkgs.typstyle;

0 commit comments

Comments
 (0)