Merge pull request #2635 from athanclark/patch-1

Simple typo
This commit is contained in:
cillianderoiste 2014-05-13 18:38:14 +02:00
commit 217fc4a066

View File

@ -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";