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