GitKraken Serverless icon

GitKraken Serverless 10.8.1

Git client focusing on productivity

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gitkraken-on-premise-serverless",
  "version": "10.8.1",
  "src": {
    "url": "https://release.axocdn.com/darwin-arm64-standalone/GitKraken-v10.8.1.zip",
    "sha256": "06c25dfc692f0f73b2508d25bc51eda4d1f4234f240f8c66ccd85600657e4847"
  },
  "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/git-client/on-premise"
  }
}