summary refs log tree commit diff
path: root/nixos/modules/hardware/opengl.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-06-15 20:28:30 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-06-15 20:28:30 +0200
commit1200a1ecf3bc8dc307e208bdb76e103d0376cde4 (patch)
tree001521ed500a56176315ac8f6d99bae2fbefdc8c /nixos/modules/hardware/opengl.nix
parentde783277da66e38ae62794cff90d758b272fcf6c (diff)
downloadnixpkgs-1200a1ecf3bc8dc307e208bdb76e103d0376cde4.tar
nixpkgs-1200a1ecf3bc8dc307e208bdb76e103d0376cde4.tar.gz
nixpkgs-1200a1ecf3bc8dc307e208bdb76e103d0376cde4.tar.bz2
nixpkgs-1200a1ecf3bc8dc307e208bdb76e103d0376cde4.tar.lz
nixpkgs-1200a1ecf3bc8dc307e208bdb76e103d0376cde4.tar.xz
nixpkgs-1200a1ecf3bc8dc307e208bdb76e103d0376cde4.tar.zst
nixpkgs-1200a1ecf3bc8dc307e208bdb76e103d0376cde4.zip
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.
Diffstat (limited to 'nixos/modules/hardware/opengl.nix')
-rw-r--r--nixos/modules/hardware/opengl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix
index 7778c3f5409..ab5c309bd42 100644
--- a/nixos/modules/hardware/opengl.nix
+++ b/nixos/modules/hardware/opengl.nix
@@ -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.