From 5fc3df831c41a1ad3cd2a0215c38d9f0a5b3b682 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Tue, 13 May 2014 10:35:57 -0600 Subject: [PATCH] Simple typo --- nixos/modules/hardware/video/nvidia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/hardware/video/nvidia.nix b/nixos/modules/hardware/video/nvidia.nix index 0ca5558ee104..2b9221ec5d72 100644 --- a/nixos/modules/hardware/video/nvidia.nix +++ b/nixos/modules/hardware/video/nvidia.nix @@ -18,7 +18,7 @@ let config.boot.kernelPackages.nvidia_x11 else if elem "nvidiaLegacy173" drivers then config.boot.kernelPackages.nvidia_x11_legacy173 - else if elem "nvidiaLegacy304" videoDrivers then + else if elem "nvidiaLegacy304" drivers then config.boot.kernelPackages.nvidia_x11_legacy304 else throw "impossible";