Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
beutl # Beutl
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
beutl # Beutl
];
} Package Definition
{
"pname": "beutl",
"version": "1.1.0",
"src": {
"url": "https://github.com/b-editor/beutl/releases/download/v1.1.0/Beutl.osx_arm64.app.zip",
"sha256": "9c35670dd53ea49dd9757ad86994076773f5dd8cd832ced4cc1c36ced882dc8b"
},
"installPhase": [
"mkdir -p \"$out/Applications/Beutl.app\" && cp -r \"Beutl.app\" \"$out/Applications\""
],
"meta": {
"description": "Video editor",
"homepage": "https://beutl.beditor.net/"
}
}