6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "astrale-sharp";
14 hash = "sha256-bSjUr6tHQrmni/YmApHrvY2cVz3xf1VKfg35BJjuOZM=";
18 lockFile = ./Cargo.lock;
20 "typst-syntax-0.10.0" = "sha256-qiskc0G/ZdLRZjTicoKIOztRFem59TM4ki23Rl55y9s=";
25 changelog = "https://github.com/astrale-sharp/typstfmt/blob/${src.rev}/CHANGELOG.md";
26 description = "Formatter for the Typst language";
27 homepage = "https://github.com/astrale-sharp/typstfmt";
28 license = lib.licenses.mit;
29 mainProgram = "typstfmt";
30 maintainers = with lib.maintainers; [ figsoda geri1701 ];