Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
receipts # Receipts
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
receipts # Receipts
];
} Package Definition
{
"pname": "receipts",
"version": "1.18-818",
"src": {
"url": "https://receipts-app.com/update/download/Receipts-1.18-818.zip",
"sha256": "4433aec2c1ec4efb91b377f5bf33f42b293a5b720f3707387791973eca9dbbdd"
},
"installPhase": [
"mkdir -p \"$out/Applications/Receipts.app\" && cp -r \"Receipts.app\" \"$out/Applications\""
],
"meta": {
"description": "Document management",
"homepage": "https://receipts-app.com/"
}
}