Geekbench icon

Geekbench 6.7.1

Tool to measure the computer system's performance

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    geekbench # Geekbench
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    geekbench # Geekbench
  ];
}

Package Definition

{
  "pname": "geekbench",
  "version": "6.7.1",
  "src": {
    "url": "https://cdn.geekbench.com/Geekbench-6.7.1-Mac.zip",
    "sha256": "0cceb31fce4f40af265292c3ffe050ceb509aeabe647240dde73842e62401008"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Geekbench 6.app\" && cp -r \"Geekbench 6.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to measure the computer system's performance",
    "homepage": "https://www.geekbench.com/"
  }
}