Go Agent icon

Go Agent 25.2.0,20485

Agent for the Go Continuous Delivery platform

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    go-agent # Go Agent
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    go-agent # Go Agent
  ];
}

Package Definition

{
  "pname": "go-agent",
  "version": "25.2.0,20485",
  "src": {
    "url": "https://download.gocd.org/binaries/25.2.0-20485/osx/go-agent-25.2.0-20485-osx-aarch64.zip",
    "sha256": "5dc488581d96134e50766c7a92a014051131af6f9041715a280a3add1fa7593b"
  },
  "installPhase": [
    "mkdir -p \"$out/bin\" && ln -s \"go-agent-25.2.0/bin/go-agent\" \"$out/bin/go-agent\""
  ],
  "meta": {
    "description": "Agent for the Go Continuous Delivery platform",
    "homepage": "https://www.gocd.org/"
  }
}