mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-01-07 06:31:42 +01:00
nongnu: Add nvidia-module-open-beta.
* nongnu/packages/nvidia.scm (nvidia-module-open-beta): New variable. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
63cf400ec9
commit
eab6ec15d9
1 changed files with 7 additions and 0 deletions
|
@ -589,6 +589,13 @@ If the NVIDIA card is not used for displaying, or on a Wayland environment,
|
|||
add @code{nvidia_drm.modeset=1} to @code{kernel-arguments} as well.")
|
||||
(license license-gnu:gpl2))))
|
||||
|
||||
(define-public nvidia-module-open-beta
|
||||
(package
|
||||
(inherit nvidia-module-open)
|
||||
(name "nvidia-module-open-beta")
|
||||
(version (package-version nvidia-driver-beta))
|
||||
(source (package-source nvidia-driver-beta))))
|
||||
|
||||
|
||||
;;;
|
||||
;;; ‘nvidia-settings’ packages
|
||||
|
|
Loading…
Reference in a new issue