Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
aphera # Aphera
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
aphera # Aphera
];
} Package Definition
{
"pname": "aphera",
"version": "1.3.0",
"src": {
"url": "https://releases.aphera.app/Aphera.1.3.0.dmg",
"sha256": "8e5046e544b6ee1db5a9b750a83e730201b90343c09e699b0dfdee4ab29cb115"
},
"installPhase": [
"mkdir -p \"$out/Applications/Aphera.app\" && cp -r \"Aphera.app\" \"$out/Applications\""
],
"meta": {
"description": "Raw photo editing software",
"homepage": "https://aphera.co/"
}
}