7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-CQYh/F7eGk94dsXP7j3udhhBReYBvV6D8nzK/3VicwU=";
18 # Checks use `debug_assert_eq!`
21 cargoHash = "sha256-xxe+WZIXkEG7B+CX3WNGhPw4AmUQOY9w3DS+QP9hMX0=";
23 separateDebugInfo = true;
26 homepage = "https://github.com/google/alioth";
27 description = "Experimental Type-2 Hypervisor in Rust implemented from scratch";
28 license = licenses.asl20;
29 mainProgram = "alioth";
30 maintainers = with maintainers; [ astro ];