mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
fixup the previous: got renamed to sessionVariables
I'm sorry; I didn't notice Eelco renamed the option. My dry-run didn't catch that one with nvidia driver, no idea why.
This commit is contained in:
parent
de783277da
commit
1200a1ecf3
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ in
|
||||||
''}
|
''}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
environment.systemVariables.LD_LIBRARY_PATH =
|
environment.sessionVariables.LD_LIBRARY_PATH =
|
||||||
[ "/run/opengl-driver/lib" "/run/opengl-driver-32/lib" ];
|
[ "/run/opengl-driver/lib" "/run/opengl-driver-32/lib" ];
|
||||||
|
|
||||||
# FIXME: move this into card-specific modules.
|
# FIXME: move this into card-specific modules.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue