GitKraken icon

GitKraken 11.1.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.1.0",
  "src": {
    "url": "https://release.axocdn.com/darwin-arm64/GitKraken-v11.1.0.zip",
    "sha256": "756ae6731cfaae17034399b03b3f731fed27f7b2d4f4a66588cf7f498d596527"
  },
  "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/"
  }
}