Go Agent icon

Go Agent 24.4.0,19686

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": "24.4.0,19686",
  "src": {
    "url": "https://download.gocd.org/binaries/24.4.0-19686/osx/go-agent-24.4.0-19686-osx-aarch64.zip",
    "sha256": "a17e4debde5fd1e6b95c21e3dc8e3db1450acc49fbab15fa00a6b23fd185f1c5"
  },
  "installPhase": [
    "mkdir -p \"$out/bin\" && ln -s \"go-agent-24.4.0/bin/go-agent\" \"$out/bin/go-agent\""
  ],
  "meta": {
    "description": "Agent for the Go Continuous Delivery platform",
    "homepage": "https://www.gocd.org/"
  }
}