6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-tR547osqw18dCMHJLqJ8AQBelbv8yCl7rAqslu+vnDQ=";
17 cargoHash = "sha256-s1Kbc3JHoYy0UJwNfSunIdQ3xHjlQaut/Cb0JSYyB9g=";
20 description = "Directly run UEFI applications in qemu";
21 homepage = "https://github.com/Richard-W/uefi-run";
22 license = licenses.mit;
24 mainProgram = "uefi-run";