8 stdenvNoCC.mkDerivation (finalAttrs: {
13 url = "https://github.com/crc-org/vfkit/releases/download/v${finalAttrs.version}/vfkit";
14 hash = "sha256-at+KsvsKO359d4VUvcSuio2ej5hM6//U4Mj/jqXwhEc=";
22 install -Dm755 $src $out/bin/vfkit
28 version = testers.testVersion { package = finalAttrs.finalPackage; };
32 description = "Simple command line tool to start VMs through the macOS Virtualization framework";
33 homepage = "https://github.com/crc-org/vfkit";
34 license = lib.licenses.asl20;
35 maintainers = with lib.maintainers; [ sarcasticadmin ];
36 platforms = lib.platforms.darwin;
37 # Source build will be possible after darwin SDK 12.0 bump
38 # https://github.com/NixOS/nixpkgs/pull/229210
39 sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
40 mainProgram = "vfkit";