Gitfox icon

Gitfox 4.1.1,11023

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.1,11023",
  "src": {
    "url": "https://update.gitfox.app/builds/retail/11023/Gitfox.11023.zip",
    "sha256": "74253e770749932b2cb06d3bbf77431eb0c97f28e48ee6be2ca6fceadc90d516"
  },
  "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/"
  }
}