6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "12p18mk3l473is3ydv3zmn6s7ck8wgjwavllimcpja3yjilxm3zg";
17 cargoHash = "sha256-XXiZ0qfAS+SXOsiRAU/xBDShpPOr18JSGQfLh3mNXQ4=";
20 description = "Creates a bootable disk image from a Rust OS kernel";
21 homepage = "https://github.com/rust-osdev/bootimage";
22 license = with licenses; [ asl20 mit ];
23 maintainers = with maintainers; [ dbeckwith ];