10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-/z2VEfeCCuffxlMh4WOpYkMSAgmh+sbx3ajcD5d4DdE=";
21 cargoHash = "sha256-i2Pp9sfTBth3DtrQ99Vw+KLnGECrkqtlRNAKiwSWf48=";
23 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
29 # https://github.com/shuttle-hq/synth/issues/309
30 "--skip=docs_blog_2021_08_31_seeding_databases_tutorial_dot_md"
33 # requires unstable rust features
37 description = "Tool for generating realistic data using a declarative data model";
38 homepage = "https://github.com/getsynth/synth";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ figsoda ];