Copilot icon

Copilot 5.1.7,254-219e0ed8

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.1.7,254-219e0ed8",
  "src": {
    "url": "https://storage.googleapis.com/copilot-mac-releases/images/Copilot-5.1.7-254-219e0ed8.dmg",
    "sha256": "219e0ed81e08ac74d54a0ec272b789b357ddec49343dcc33b85da10aaee18f91"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Copilot.app\" \"$out/Applications/Copilot.app\""
  ],
  "meta": {
    "description": "Track and budget money",
    "homepage": "https://copilot.money/"
  }
}