Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
amore # Amore
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
amore # Amore
];
} Package Definition
{
"pname": "amore",
"version": "0.1,37",
"src": {
"url": "https://cdn.amore.computer/releases/com.lucas-fischer.Amore/0.1-37/Amore.dmg",
"sha256": "7520e0add7d300eef1cc6c8d8f28472a6231fc4f9f90f70bf4c39e0df5145eff"
},
"installPhase": [
"mkdir -p \"$out/Applications/Amore.app\" && cp -r \"Amore.app\" \"$out/Applications\""
],
"meta": {
"description": "App distribution platform with Sparkle, code signing, and notarization",
"homepage": "https://amore.computer/"
}
}