GG icon

GG 0.36.2

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.2",
  "src": {
    "url": "https://github.com/gulbanana/gg/releases/download/v0.36.2/gg_0.36.2_universal.dmg",
    "sha256": "d08cabbf84c6da73e68321ea28cd19516a626a795bddcca905b3209576a440c3"
  },
  "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"
  }
}