Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
cinebench # Cinebench
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
cinebench # Cinebench
];
} Package Definition
{
"pname": "cinebench",
"version": "2026",
"src": {
"url": "https://mx-app-blob-prod.maxon.net/mx-package-production/website/macos/maxon/cinebench/Cinebench2026_macOS.dmg",
"sha256": "c8b156354f027cc9488957ae4129b6229691ff59320fa272f133b7e4cfd9dd94"
},
"installPhase": [
"mkdir -p \"$out/Applications/Cinebench.app\" && cp -r \"Cinebench.app\" \"$out/Applications\""
],
"meta": {
"description": "Hardware benchmarking utility",
"homepage": "https://www.maxon.net/products/cinebench/"
}
}