GAMA Platform icon

GAMA Platform 1.9.3

IDE for building spatially explicit agent-based simulations

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    gama # GAMA Platform
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    gama # GAMA Platform
  ];
}

Package Definition

{
  "pname": "gama",
  "version": "1.9.3",
  "src": {
    "url": "https://github.com/gama-platform/gama/releases/download/1.9.3/GAMA_1.9.3_MacOS_M1.dmg",
    "sha256": "51051555e5eed50bf92bb5b6957ed1f39fec5a9080e0038b9109ed3d2fe68f08"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gama.app\" && cp -r \"Gama.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "IDE for building spatially explicit agent-based simulations",
    "homepage": "https://gama-platform.org/"
  }
}