Gitfox icon

Gitfox 3.10.0,9921

Git client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gitfox",
  "version": "3.10.0,9921",
  "src": {
    "url": "https://storage.googleapis.com/gitfox/builds/retail/9921/Gitfox.9921.zip",
    "sha256": "513a9ccdf47569b77a55494f2c7b6c2a2df92640ec2f12d1ed0b617321f6e895"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gitfox.app\" && cp -r \"Gitfox.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/Gitfox.app/Contents/SharedSupport/bin/gitfox-cli\" \"$out/bin/gitfox\""
  ],
  "meta": {
    "description": "Git client",
    "homepage": "https://www.gitfox.app/"
  }
}