Copilot icon

Copilot 5.0.6,242-c18ea521

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