Go Git Service icon

Go Git Service 0.13.4

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.13.4",
  "src": {
    "url": "https://github.com/gogs/gogs/releases/download/v0.13.4/gogs_0.13.4_darwin_arm64.zip",
    "sha256": "ddc99b9d54aa8eb1af86552cbf167b34f06f3f59ffca41a83510407b42a785fb"
  },
  "installPhase": [
    "mkdir -p \"$out/bin\" && ln -s \"$out/gogs.wrapper.sh\" \"$out/bin/gogs\""
  ],
  "meta": {
    "description": "Self-hosted Git service",
    "homepage": "https://gogs.io/"
  }
}