Tower icon

Tower 17.1.1,553,594bc90a

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": "17.1.1,553,594bc90a",
  "src": {
    "url": "https://www.git-tower.com/apps/tower3-mac/553-594bc90a/Tower-17.1.1-553.zip",
    "sha256": "5ca3e07994e24418eece6cc5245ebd56da9f10fb1e3b486aff654865682070ab"
  },
  "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/"
  }
}