mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 09:58:09 +01:00
nongnu: steam: Provide timezone info to Steam container.
* nongnu/packages/steam-client.scm (make-container-wrapper): Expose /etc/localtime Signed-off-by: ison <ison@airmail.cc>
This commit is contained in:
parent
35533c763a
commit
3ae6f63be1
1 changed files with 1 additions and 0 deletions
|
@ -430,6 +430,7 @@ in a sandboxed FHS environment."
|
|||
,@(exists-> "/dev/nvidiactl")
|
||||
,@(exists-> "/dev/nvidia-modeset")
|
||||
,@(exists-> "/etc/machine-id")
|
||||
"/etc/localtime" ; Needed for correct time zone.
|
||||
"/sys/class/hidraw" ; Needed for devices like the Valve Index.
|
||||
"/sys/class/input" ; Needed for controller input.
|
||||
"/sys/dev"
|
||||
|
|
Loading…
Reference in a new issue