Tiled icon

Tiled 1.12.1

Flexible level editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "tiled",
  "version": "1.12.1",
  "src": {
    "url": "https://github.com/mapeditor/tiled/releases/download/v1.12.1/Tiled-1.12.1_macOS-13+.zip",
    "sha256": "bc6b4958d4fa8701137ff9c61327f53b708f2b8b2feb8db51c925b8908eb1298"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tiled.app\" && cp -r \"Tiled.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/tiled.wrapper.sh\" \"$out/bin/tiled\""
  ],
  "meta": {
    "description": "Flexible level editor",
    "homepage": "https://www.mapeditor.org/"
  }
}