Copilot icon

Copilot 5.1.0,244-8a10760b

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