GitKraken Serverless icon

GitKraken Serverless 12.0.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": "12.0.0",
  "src": {
    "url": "https://api.gitkraken.dev/releases/standalone/production/darwin/arm64/12.0.0/GitKraken-v12.0.0.zip",
    "sha256": "3c59631988f91dc3546fc76f77a6ff556cfd7a6f1f0d5e28ee6199c88dc6e3b3"
  },
  "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"
  }
}