Loading lib/licenses.nix +8 −0 Original line number Diff line number Diff line Loading @@ -883,6 +883,14 @@ in mkLicense lset) ({ free = false; }; nvidiaCudaRedist = { shortName = "CUDA EULA"; fullName = "CUDA Toolkit End User License Agreement (EULA)"; url = "https://docs.nvidia.com/cuda/eula/index.html#cuda-toolkit-supplement-license-agreement"; free = false; redistributable = true; }; obsidian = { fullName = "Obsidian End User Agreement"; url = "https://obsidian.md/eula"; Loading pkgs/development/compilers/cudatoolkit/redist/build-cuda-redist-package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,9 @@ backendStdenv.mkDerivation { meta = { inherit description platforms; license = lib.licenses.unfree; license = lib.licenses.nvidiaCudaRedist // { url = "https://developer.download.nvidia.com/compute/cuda/redist/${releaseAttrs.license_path or "${pname}/LICENSE.txt"}"; }; 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
lib/licenses.nix +8 −0 Original line number Diff line number Diff line Loading @@ -883,6 +883,14 @@ in mkLicense lset) ({ free = false; }; nvidiaCudaRedist = { shortName = "CUDA EULA"; fullName = "CUDA Toolkit End User License Agreement (EULA)"; url = "https://docs.nvidia.com/cuda/eula/index.html#cuda-toolkit-supplement-license-agreement"; free = false; redistributable = true; }; obsidian = { fullName = "Obsidian End User Agreement"; url = "https://obsidian.md/eula"; Loading
pkgs/development/compilers/cudatoolkit/redist/build-cuda-redist-package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,9 @@ backendStdenv.mkDerivation { meta = { inherit description platforms; license = lib.licenses.unfree; license = lib.licenses.nvidiaCudaRedist // { url = "https://developer.download.nvidia.com/compute/cuda/redist/${releaseAttrs.license_path or "${pname}/LICENSE.txt"}"; }; 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