0 A.D. icon

0 A.D. 0.0.26-alpha

Real-time strategy game

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    0-ad # 0 A.D.
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    0-ad # 0 A.D.
  ];
}

Package Definition

{
  "pname": "0-ad",
  "version": "0.0.26-alpha",
  "src": {
    "url": "https://releases.wildfiregames.com/0ad-0.0.26-alpha-osx-aarch64.dmg",
    "sha256": "3ef9a974ffa6f32577ba54f73b34a9d81a3798781fd8e30ea836626e3fdd3ac5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"0 A.D..app\" \"$out/Applications/0 A.D..app\""
  ],
  "meta": {
    "description": "Real-time strategy game",
    "homepage": "https://play0ad.com/"
  }
}