NVIDIA Nsight Compute icon

NVIDIA Nsight Compute 2025.2.0.11-35613519

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.0.11-35613519",
  "src": {
    "url": "https://developer.nvidia.com/downloads/assets/tools/secure/nsight-compute/2025_2_0/nsight-compute-mac-arm64-2025.2.0.11-35613519.dmg",
    "sha256": "37c615e024e4cedd383a9cde8b58a3eeab630b0f0abc4dfbaaaa280ef49e46aa"
  },
  "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"
  }
}