Gitfox icon

Gitfox 4.1.6,11239

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": "4.1.6,11239",
  "src": {
    "url": "https://update.gitfox.app/builds/retail/11239/Gitfox.11239.zip",
    "sha256": "fedd3dc23e573684dbc7a404bd4501bf607ca3b288d6c2605e11e5522b939827"
  },
  "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/"
  }
}