NVIDIA Nsight Systems icon

NVIDIA Nsight Systems 2025.6.1.190-3689520

System-wide performance analysis tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "nvidia-nsight-systems",
  "version": "2025.6.1.190-3689520",
  "src": {
    "url": "https://developer.nvidia.com/downloads/assets/tools/secure/nsight-systems/2025_6/NsightSystems-macos-arm64-public-2025.6.1.190-3689520.dmg",
    "sha256": "31057f6aa880063c97446162be6a2c30e6ab308daba6cf2521550ff1f4ec4fb5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/NVIDIA Nsight Systems.app\" && cp -r \"NVIDIA Nsight Systems.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "System-wide performance analysis tool",
    "homepage": "https://developer.nvidia.com/nsight-systems"
  }
}