nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 19 lines 606 B view raw
1{ buildRedist }: 2buildRedist { 3 redistName = "cuda"; 4 pname = "cuda_nsight"; 5 6 outputs = [ "out" ]; 7 8 allowFHSReferences = true; 9 10 meta = { 11 description = "Nsight Eclipse Plugins Edition"; 12 longDescription = '' 13 NVIDIA Nsight Eclipse Edition is a unified CPU plus GPU integrated development environment (IDE) for developing 14 CUDA applications on Linux and Mac OS X for the x86, POWER and ARM platforms. It is designed to help developers 15 on all stages of the software development process. 16 ''; 17 homepage = "https://docs.nvidia.com/cuda/nsight-eclipse-plugins-guide"; 18 }; 19}