GitKraken icon

GitKraken 11.2.0

Git client focusing on productivity

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gitkraken",
  "version": "11.2.0",
  "src": {
    "url": "https://api.gitkraken.dev/releases/production/darwin/arm64/11.2.0/GitKraken-v11.2.0.zip",
    "sha256": "add4af83396f8bda083f93797384897ae19015f80c91fc4b0d866ec85397f50d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GitKraken.app\" && cp -r \"GitKraken.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Git client focusing on productivity",
    "homepage": "https://www.gitkraken.com/"
  }
}