nonguix: multiarch-container: Expose /dev/{nvidia-uvm,nvidia-uvm-tools}.

* nonguix/multiarch-container.scm (make-container-wrapper):
Expose /dev/nvidia-uvm and /dev/nvidia-uvm-tools.

These two are now needed for dxvk to start on 580+ drivers.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Murilo 2025-12-22 09:54:43 -03:00 committed by Hilton Chain
parent ba91bc437d
commit e5a3a95311
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -330,6 +330,8 @@ in a sandboxed FHS environment."
,@(exists-> "/dev/nvidia0") ; needed for nvidia proprietary driver
,@(exists-> "/dev/nvidiactl")
,@(exists-> "/dev/nvidia-modeset")
,@(exists-> "/dev/nvidia-uvm")
,@(exists-> "/dev/nvidia-uvm-tools")
,@(exists-> "/etc/machine-id")
"/etc/localtime" ; Needed for correct time zone.
"/etc/os-release" ; Needed for distro info.