7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-Z5zcLQYfQeGybsnt2U+4Z+peRHxNPbDriPMKWhJ+PeA=";
18 cargoHash = "sha256-I+keVi0fxUVttMHOGJQWVfIpHEQu/9aTbERa3qiHmnQ=";
20 # these tests require internet access
23 "--skip=infer_override"
27 description = "Run your rust code without setting up cargo";
28 mainProgram = "cargo-play";
29 homepage = "https://github.com/fanzeyi/cargo-play";
30 license = licenses.mit;
31 maintainers = with maintainers; [ figsoda ];