GitKraken icon

GitKraken 12.1.1

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": "12.1.1",
  "src": {
    "url": "https://api.gitkraken.dev/releases/production/darwin/arm64/12.1.1/GitKraken-v12.1.1.zip",
    "sha256": "ef42771154f29ae4d89ae675bbf5bd03713af7519994d00d1814797895a59b7f"
  },
  "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/"
  }
}