Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
manta # Manta
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
manta # Manta
];
}
Package Definition
{
"pname": "manta",
"version": "1.1.4",
"src": {
"url": "https://github.com/hql287/Manta/releases/download/v1.1.4/Manta-1.1.4-mac.zip",
"sha256": "f980f8d0c233e923a2352fd10521c1a04d059bc15140504bb7d2cfe235838776"
},
"installPhase": [
"mkdir -p \"$out/Applications/Manta.app\" && cp -r \"Manta.app\" \"$out/Applications\""
],
"meta": {
"description": "Invoicing desktop app with customizable templates",
"homepage": "https://getmanta.app/"
}
}