Tower icon

Tower 13.0.1,475,c9ed0717

Git client focusing on power and productivity

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    tower # Tower
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    tower # Tower
  ];
}

Package Definition

{
  "pname": "tower",
  "version": "13.0.1,475,c9ed0717",
  "src": {
    "url": "https://www.git-tower.com/apps/tower3-mac/475-c9ed0717/Tower-13.0.1-475.zip",
    "sha256": "e6d194dbc8e56b8c3be892a70847e769014b717fca4e5074aa2f52f5bebcc872"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tower.app\" && cp -r \"Tower.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/Tower.app/Contents/MacOS/gittower\" \"$out/bin/gittower\""
  ],
  "meta": {
    "description": "Git client focusing on power and productivity",
    "homepage": "https://www.git-tower.com/"
  }
}