cloud-hypervisor.meta.mainProgram: init
This commit is contained in:
parent
584d0cce2a
commit
ac683a485f
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "Open source Virtual Machine Monitor (VMM) that runs on top of KVM";
|
||||
changelog = "https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v${version}";
|
||||
license = with licenses; [ asl20 bsd3 ];
|
||||
mainProgram = "cloud-hypervisor";
|
||||
maintainers = with maintainers; [ offline qyliss ];
|
||||
platforms = [ "aarch64-linux" "x86_64-linux" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue