Gitfox icon

Gitfox 4.0.3,10701

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.0.3,10701",
  "src": {
    "url": "https://update.gitfox.app/builds/retail/10701/Gitfox.10701.zip",
    "sha256": "19f44c383fd76aa662e2670d4f90b960d68128168c556ac59b8dbc6b0b2c73e1"
  },
  "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/"
  }
}