GAMA Platform icon

GAMA Platform 2024.10.0

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": "2024.10.0",
  "src": {
    "url": "https://github.com/gama-platform/gama/releases/download/2024.10.0/GAMA_2024.10.0_MacOS_M1.dmg",
    "sha256": "c2b98db3f7807ae290dec3b18c55b30236f846743db8117556c45f9870212986"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Gama.app\" \"$out/Applications/Gama.app\""
  ],
  "meta": {
    "description": "IDE for building spatially explicit agent-based simulations",
    "homepage": "https://gama-platform.org/"
  }
}