14 rustPlatform.buildRustPackage rec {
17 cargoHash = "sha256-i8eYypTgm43Ib1HZ2e9WBLUyDAGCZPpvpzmjTS8d9e0=";
18 doInstallCheck = true;
20 src = fetchFromGitHub {
24 hash = "sha256-p1+j62MllmPcvWnijieSZmlgwYy76X17fv12Haetz78=";
27 nativeBuildInputs = [ pkg-config ];
37 nativeInstallCheckInputs = [
42 description = "Boot and upgrade via container images";
43 homepage = "https://containers.github.io/bootc";
44 license = lib.licenses.mit;
45 mainProgram = "bootc";
46 maintainers = with lib.maintainers; [ thesola10 ];
47 platforms = lib.platforms.linux;