Go Git Service icon

Go Git Service 0.14.3

Self-hosted Git service

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    gogs # Go Git Service
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    gogs # Go Git Service
  ];
}

Package Definition

{
  "pname": "gogs",
  "version": "0.14.3",
  "src": {
    "url": "https://github.com/gogs/gogs/releases/download/v0.14.3/gogs_v0.14.3_darwin_arm64.zip",
    "sha256": "6503f142bab77829147d531ad2e499d4d1f47487ad89e4949e2064accad3cb30"
  },
  "installPhase": [
    "mkdir -p \"$out/bin\" && ln -s \"$out/gogs.wrapper.sh\" \"$out/bin/gogs\""
  ],
  "meta": {
    "description": "Self-hosted Git service",
    "homepage": "https://gogs.io/"
  }
}