diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-03-23 12:57:11 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-04-03 16:57:34 +0800 |
| commit | c3459dc35196a537be7aa1aea142eb8ca24e7a59 (patch) | |
| tree | 41791289d33246754d0e33ddfd78dbf3142c43e7 /nongnu | |
| parent | 929f003442685b92199c035f4f1bdd09999ab938 (diff) | |
nongnu: Add nvidia-modprobe-390.
* nongnu/packages/nvidia.scm (nvidia-modprobe-390): New variable.
Diffstat (limited to 'nongnu')
| -rw-r--r-- | nongnu/packages/nvidia.scm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nongnu/packages/nvidia.scm b/nongnu/packages/nvidia.scm index fe0fea1..d91a01b 100644 --- a/nongnu/packages/nvidia.scm +++ b/nongnu/packages/nvidia.scm @@ -825,6 +825,21 @@ components to make sure the NVIDIA kernel module is loaded, the NVIDIA character device files are present and configure certain runtime settings in the kernel.") (license license-gnu:gpl2))) +(define-public nvidia-modprobe-390 + (package + (inherit nvidia-modprobe-580) + (name "nvidia-modprobe") + (version "390.157") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/NVIDIA/nvidia-modprobe") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mny1vv81f00w71cp8ffnyx0sv20p339dravrs3gxwawac5m64a7")))))) + (define-public nvidia-modprobe-590 (package (inherit nvidia-modprobe-580) |
