Simple typo

This commit is contained in:
Athan Clark 2014-05-13 10:35:57 -06:00
parent b86f217281
commit 5fc3df831c

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