DDNet icon

DDNet 19.5

Cooperative online platform game based on Teeworlds

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ddnet",
  "version": "19.5",
  "src": {
    "url": "https://ddnet.org/downloads/DDNet-19.5-macos.dmg",
    "sha256": "e5ca740667f49a7fbe2cc91a017eaf5bcd74147a05e19d34bfd8004717931c40"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/DDNet.app\" && cp -r \"DDNet.app\" \"$out/Applications\"",
    "mkdir -p \"$out/Applications/DDNet-Server.app\" && cp -r \"DDNet-Server.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Cooperative online platform game based on Teeworlds",
    "homepage": "https://ddnet.org/"
  }
}