Gitfox icon

Gitfox 4.5.3,11764

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.5.3,11764",
  "src": {
    "url": "https://update.gitfox.app/builds/retail/11764/Gitfox.11764.zip",
    "sha256": "06502c7f908af0f46381a16289402854dd62fae66f292897442399f36624847c"
  },
  "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/"
  }
}