nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 14 lines 281 B view raw
1{ buildRedist }: 2buildRedist { 3 redistName = "cuda"; 4 pname = "cuda_documentation"; 5 6 outputs = [ "out" ]; 7 8 allowFHSReferences = true; 9 10 meta = { 11 homepage = "https://docs.nvidia.com/cuda"; 12 changelog = "https://docs.nvidia.com/cuda/cuda-toolkit-release-notes"; 13 }; 14}