NVIDIA Nsight Compute icon

NVIDIA Nsight Compute 2026.1.0.2

Interactive profiler for CUDA and NVIDIA OptiX

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    nvidia-nsight-compute # NVIDIA Nsight Compute
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    nvidia-nsight-compute # NVIDIA Nsight Compute
  ];
}

Package Definition

{
  "pname": "nvidia-nsight-compute",
  "version": "2026.1.0.2",
  "src": {
    "url": "https://developer.nvidia.com/downloads/assets/tools/secure/nsight-compute/2026_1_0/nsight_compute-mac-arm64-2026.1.0.2.dmg",
    "sha256": "9ce222f251ead0110f89c136030232e313a0df2ba5b26dc28fd16b7945057376"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/NVIDIA Nsight Compute.app\" && cp -r \"NVIDIA Nsight Compute.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Interactive profiler for CUDA and NVIDIA OptiX",
    "homepage": "https://developer.nvidia.com/nsight-compute"
  }
}