6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "stepchowfun";
14 sha256 = "sha256-7EF9DCT8Vg7aGOUlRG9c4Lv2EhCX/P9k4zQC6Ruqv0c=";
17 cargoSha256 = "sha256-tyZrNUT2i9i0yOqz1KqIuFSb4PO+fx1SNa+ZVNfIGfM=";
19 checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails
22 description = "Containerize your development and continuous integration environments";
23 homepage = "https://github.com/stepchowfun/toast";
24 license = licenses.mit;
25 maintainers = with maintainers; [ dit7ya ];