NVIDIA Nsight Compute icon

NVIDIA Nsight Compute 2025.2.1.3-35987062

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": "2025.2.1.3-35987062",
  "src": {
    "url": "https://developer.nvidia.com/downloads/assets/tools/secure/nsight-compute/2025_2_1/nsight-compute-mac-arm64-2025.2.1.3-35987062.dmg",
    "sha256": "85764bfc49dadc0f9c44a5c408e84e978637df38699e8504a260ee809c42f340"
  },
  "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"
  }
}