Retcon icon

Retcon 1.5.2

Drag-and-drop Git history editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    retcon # Retcon
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    retcon # Retcon
  ];
}

Package Definition

{
  "pname": "retcon",
  "version": "1.5.2",
  "src": {
    "url": "https://downloads.lemon.garden/retcon/retcon-1.5.2.dmg",
    "sha256": "76ec3429ce777f9673f8392d934ff95b8b123b0ac9c8fa12b7a54e282b194c64"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Retcon.app\" && cp -r \"Retcon.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Drag-and-drop Git history editor",
    "homepage": "https://retcon.app/"
  }
}