Copilot icon

Copilot 5.2.0,273-c685255a

Track and budget money

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "copilot",
  "version": "5.2.0,273-c685255a",
  "src": {
    "url": "https://storage.googleapis.com/copilot-mac-releases/images/Copilot-5.2.0-273-c685255a.dmg",
    "sha256": "c685255ac09f9f277b6c730d8272d20d739774f71a7ab17dbdfbd602661073ef"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Copilot.app\" && cp -r \"Copilot.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Track and budget money",
    "homepage": "https://copilot.money/"
  }
}