1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-NTFrNSEIzHppwOOjI3VadjhdV6EgGUmJzyX5JmTsJoI=";
12 cargoHash = "sha256-DoIkK/tj3AYt0vm7u7f4SmgOKbdQZv3ZunMFT68+37E=";
15 description = "Cargo-subcommand to speed up Rust Docker builds using Docker layer caching";
16 mainProgram = "cargo-chef";
17 homepage = "https://github.com/LukeMathWalker/cargo-chef";
18 license = licenses.mit;
19 maintainers = with maintainers; [ kkharji ];