GG icon

GG 0.41.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.41.0",
  "src": {
    "url": "https://github.com/gulbanana/gg/releases/download/v0.41.0/gg_0.41.0_universal.dmg",
    "sha256": "84af4648a231b2cd883f950f1694ecd121e56cf82ab0e3d45aeec95f42ff2e33"
  },
  "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"
  }
}