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