We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a7744 commit de78327Copy full SHA for de78327
1 file changed
nixos/modules/hardware/opengl.nix
@@ -16,7 +16,7 @@ let
16
[ p.mesa_drivers
17
p.mesa_noglu # mainly for libGL
18
(if cfg.s3tcSupport then p.libtxc_dxtn else p.libtxc_dxtn_s2tc)
19
- p.udev
+ p.udev
20
];
21
};
22
@@ -101,7 +101,7 @@ in
101
''}
102
'';
103
104
- environment.variables.LD_LIBRARY_PATH =
+ environment.systemVariables.LD_LIBRARY_PATH =
105
[ "/run/opengl-driver/lib" "/run/opengl-driver-32/lib" ];
106
107
# FIXME: move this into card-specific modules.
0 commit comments