6 rustPlatform.buildRustPackage rec {
8 version = "unstable-2023-12-06";
10 src = fetchFromGitHub {
11 owner = "antonWetzel";
13 rev = "bf46317ecac4331f101b2752de5328de5981eeba";
14 hash = "sha256-wPayP/693BKIrHrRkx4uY0UuZRoCGPNW8LB3Z0oSBi4=";
18 lockFile = ./Cargo.lock;
20 "typst-syntax-0.10.0" = "sha256-qiskc0G/ZdLRZjTicoKIOztRFem59TM4ki23Rl55y9s=";
25 changelog = "https://github.com/antonWetzel/prettypst/blob/${src.rev}/changelog.md";
26 description = "Formatter for Typst";
27 homepage = "https://github.com/antonWetzel/prettypst";
28 license = lib.licenses.mit;
29 mainProgram = "prettypst";
30 maintainers = with lib.maintainers; [ drupol ];