about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorSomeone Serge <sergei.kozlukov@aalto.fi>2023-10-17 23:44:10 +0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-11-08 19:06:44 -0300
commit6cd3e9ce1a638711166fdd2a4bb3398ca2c9e081 (patch)
tree5a005142907e55ecd57cbaddfb3e6c3ccf4e2c51 /lib
parent6c9c9ef2ebb02e6b1d5482d93d6b18586034f8e8 (diff)
cudaPackages: redist components: per-package license url
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 7160582b5a902..f8f596a66cdbc 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -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";