NVIDIA Nsight Compute icon

NVIDIA Nsight Compute 2026.1.1.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.1.2",
  "src": {
    "url": "https://developer.nvidia.com/downloads/assets/tools/secure/nsight-compute/2026_1_1/nsight_compute-mac-arm64-2026.1.1.2.dmg",
    "sha256": "1f3ff891a82af6f6444db78a22bee56a6eb55cd19d07e8d8a0fb480c5fc5db20"
  },
  "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"
  }
}