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.0.7",
"src": {
"url": "https://github.com/b-editor/beutl/releases/download/v1.0.7/Beutl.osx_arm64.app.zip",
"sha256": "8b94d7574284ddaf8e37b51497a4721f8f6e475df3f4c2e3a2250a5dd49cdd1b"
},
"installPhase": [
"mkdir -p \"$out/Applications/Beutl.app\" && cp -r \"Beutl.app\" \"$out/Applications\""
],
"meta": {
"description": "Video editor",
"homepage": "https://beutl.beditor.net/"
}
}