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