NVIDIA Nsight Compute icon

NVIDIA Nsight Compute 2026.1.1.3

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.3",
  "src": {
    "url": "https://developer.nvidia.com/downloads/assets/tools/secure/nsight-compute/2026_1_1/nsight_compute-mac-arm64-2026.1.1.3.dmg",
    "sha256": "6b4dd1bfb86d2caea586f289b10e93b5e0510774933942e08df00fb98943b07d"
  },
  "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"
  }
}