Merge pull request #1216 from c2fc2f/main

languages/typst: remove typstfmt
This commit is contained in:
raf 2025-11-05 18:10:23 +03:00 committed by GitHub
commit da5c91424e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,11 +92,8 @@
}; };
}; };
defaultFormat = "typstfmt"; defaultFormat = "typstyle";
formats = { formats = {
typstfmt = {
package = pkgs.typstfmt;
};
# https://github.com/Enter-tainer/typstyle # https://github.com/Enter-tainer/typstyle
typstyle = { typstyle = {
package = pkgs.typstyle; package = pkgs.typstyle;