From 1200a1ecf3bc8dc307e208bdb76e103d0376cde4 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sun, 15 Jun 2014 20:28:30 +0200 Subject: 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. --- nixos/modules/hardware/opengl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/hardware/opengl.nix') diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix index 7778c3f5409f..ab5c309bd422 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. -- cgit 1.4.1