Git-it icon

Git-it 4.4.0

Desktop app for learning Git and GitHub

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    git-it # Git-it
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    git-it # Git-it
  ];
}

Package Definition

{
  "pname": "git-it",
  "version": "4.4.0",
  "src": {
    "url": "https://github.com/jlord/git-it-electron/releases/download/4.4.0/Git-it-Mac-x64.zip",
    "sha256": "b96c06bca744af94e2f035824fbd16f59673c4c454fd4bf96aa4bde965fe711d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Git-it-Mac-x64/Git-it.app\" && cp -r \"Git-it-Mac-x64/Git-it.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Desktop app for learning Git and GitHub",
    "homepage": "https://github.com/jlord/git-it-electron"
  }
}