OpenHV icon

OpenHV 20250725

Pixel art science-fiction real-time strategy game

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "openhv",
  "version": "20250725",
  "src": {
    "url": "https://github.com/OpenHV/OpenHV/releases/download/20250725/OpenHV-20250725.dmg",
    "sha256": "7ccb58351554bbabf2181c6330cfabd139ba555b7f71ee91d9880c7c8110c60f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/OpenHV.app\" && cp -r \"OpenHV.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Pixel art science-fiction real-time strategy game",
    "homepage": "https://www.openhv.net/"
  }
}