Loading pkgs/development/compilers/cudatoolkit/redist/build-cuda-redist-package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ backendStdenv.mkDerivation { license = lib.licenses.nvidiaCudaRedist // { url = "https://developer.download.nvidia.com/compute/cuda/redist/${releaseAttrs.license_path or "${pname}/LICENSE.txt"}"; }; sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; maintainers = lib.teams.cuda.members; # Force the use of the default, fat output by default (even though `dev` exists, which # causes Nix to prefer that output over the others if outputSpecified isn't set). Loading Loading
pkgs/development/compilers/cudatoolkit/redist/build-cuda-redist-package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ backendStdenv.mkDerivation { license = lib.licenses.nvidiaCudaRedist // { url = "https://developer.download.nvidia.com/compute/cuda/redist/${releaseAttrs.license_path or "${pname}/LICENSE.txt"}"; }; sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; maintainers = lib.teams.cuda.members; # Force the use of the default, fat output by default (even though `dev` exists, which # causes Nix to prefer that output over the others if outputSpecified isn't set). Loading