GG icon

GG 0.36.0

GUI for Jujutsu

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    gg # GG
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    gg # GG
  ];
}

Package Definition

{
  "pname": "gg",
  "version": "0.36.0",
  "src": {
    "url": "https://github.com/gulbanana/gg/releases/download/v0.36.0/gg_0.36.0_universal.dmg",
    "sha256": "a1d5d850b476f69c7bfb3103c959fd3c20cc04cb213139f8a66324c33cab17a8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/gg.app\" && cp -r \"gg.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/gg.app/Contents/MacOS/gg\" \"$out/bin/gg\""
  ],
  "meta": {
    "description": "GUI for Jujutsu",
    "homepage": "https://github.com/gulbanana/gg"
  }
}