Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
olive # Olive
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
olive # Olive
];
}
Package Definition
{
"pname": "olive",
"version": "0.1.0,1e3cf53",
"src": {
"url": "https://github.com/olive-editor/olive/releases/download/0.1.0/Olive-1e3cf53-macOS.zip",
"sha256": "9ab6afc7ee9d7fb5083d1a49adea7dc5934bdbf6d635454cae4f8667fbd7c368"
},
"installPhase": [
"mkdir -p \"$out/Applications/Olive.app\" && cp -r \"Olive.app\" \"$out/Applications\""
],
"meta": {
"description": "Non-linear video editor",
"homepage": "https://www.olivevideoeditor.org/"
}
}