GhostVM icon

GhostVM 2.11.0

Native macOS Virtual Machines for Apple Silicon

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ghostvm # GhostVM
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ghostvm # GhostVM
  ];
}

Package Definition

{
  "pname": "ghostvm",
  "version": "2.11.0",
  "src": {
    "url": "https://github.com/groundwater/GhostVM/releases/download/v2.11.0/GhostVM-2.11.0.dmg",
    "sha256": "c974493ca79cf8c0071dbb72da39cedd5e35ab87f19cbd72de542989e619432d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GhostVM.app\" && cp -r \"GhostVM.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Native macOS Virtual Machines for Apple Silicon",
    "homepage": "https://ghostvm.org/"
  }
}