GitKraken Serverless icon

GitKraken Serverless 11.5.0

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": "11.5.0",
  "src": {
    "url": "https://api.gitkraken.dev/releases/standalone/production/darwin/arm64/11.5.0/GitKraken-v11.5.0.zip",
    "sha256": "7675b5716f25e82fc00501a7e7c3b5dcd2f096bf2cbb8cd5d3bb4baffeea5f17"
  },
  "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"
  }
}