NVIDIA Nsight Systems icon

NVIDIA Nsight Systems 2024.7.1.84-3512561

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": "2024.7.1.84-3512561",
  "src": {
    "url": "https://developer.nvidia.com/downloads/assets/tools/secure/nsight-systems/2024_7/NsightSystems-macos-public-2024.7.1.84-3512561.dmg",
    "sha256": "9bc4027383649845f8f4ffe5bc9c30aaffbb83167f21c92504ffb8532ea5e018"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"NVIDIA Nsight Systems.app\" \"$out/Applications/NVIDIA Nsight Systems.app\""
  ],
  "meta": {
    "description": "System-wide performance analysis tool",
    "homepage": "https://developer.nvidia.com/nsight-systems"
  }
}