14 rustPlatform.buildRustPackage rec {
17 useFetchCargoVendor = true;
18 cargoHash = "sha256-/Sb2XtVguj5zpj/OTl90xFHFSaBeLgb8xIlNm4UrnRI=";
19 doInstallCheck = true;
21 src = fetchFromGitHub {
25 hash = "sha256-p1+j62MllmPcvWnijieSZmlgwYy76X17fv12Haetz78=";
28 nativeBuildInputs = [ pkg-config ];
38 nativeInstallCheckInputs = [
43 description = "Boot and upgrade via container images";
44 homepage = "https://containers.github.io/bootc";
45 license = lib.licenses.mit;
46 mainProgram = "bootc";
47 maintainers = with lib.maintainers; [ thesola10 ];
48 platforms = lib.platforms.linux;