mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +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" ];
|
||||
|
||||
# FIXME: move this into card-specific modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue