diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-03-11 14:38:10 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-03-12 00:50:07 +0800 |
| commit | 824d143acdb5ef50c6edf8dd0dfb3379655d363a (patch) | |
| tree | f51b70880a71e4f6f10230efcd56b3a4b96a4834 | |
| parent | 6fe69bff9d24b832c1fe485299ffc2d2386bcc49 (diff) | |
nongnu: Add nvidia-modprobe-beta.
* nongnu/packages/nvidia.scm (nvidia-modprobe-beta): New variable.
| -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 714d45a..e075e43 100644 --- a/nongnu/packages/nvidia.scm +++ b/nongnu/packages/nvidia.scm @@ -636,6 +636,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-beta + (package + (inherit nvidia-modprobe) + (name "nvidia-modprobe-beta") + (version "595.45.04") + (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 + "0s1p89js7f65pzss7fqglddz052lq357xjxyqwpca9kmljxr4dqc")))))) + ;;; ;;; ‘nvidia-settings’ packages |
