doc: correct paths in CUDA update section (#415902)

authored by Connor Baker and committed by GitHub fe615e66 81d115df

+2 -2
+2 -2
doc/languages-frameworks/cuda.section.md
··· 115 115 116 116 ### Updating supported compilers and GPUs {#updating-supported-compilers-and-gpus} 117 117 118 - 1. Update `nvccCompatibilities` in `pkgs/development/cuda-modules/_cuda/data/nvcc.nix` to include the newest release of NVCC, as well as any newly supported host compilers. 119 - 2. Update `cudaCapabilityToInfo` in `pkgs/development/cuda-modules/_cuda/data/cuda.nix` to include any new GPUs supported by the new release of CUDA. 118 + 1. Update `nvccCompatibilities` in `pkgs/development/cuda-modules/_cuda/db/bootstrap/nvcc.nix` to include the newest release of NVCC, as well as any newly supported host compilers. 119 + 2. Update `cudaCapabilityToInfo` in `pkgs/development/cuda-modules/_cuda/db/bootstrap/cuda.nix` to include any new GPUs supported by the new release of CUDA. 120 120 121 121 ### Updating the CUDA Toolkit runfile installer {#updating-the-cuda-toolkit} 122 122