0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nvidia: expose nvidia_x11_legacy390

This commit is contained in:
Edmund Wu 2018-11-30 13:50:47 -05:00
parent 095544187a
commit ea1be31262
No known key found for this signature in database
GPG key ID: 43C9E53FFCF51DEC
3 changed files with 14 additions and 11 deletions

View file

@ -20,6 +20,8 @@ let
kernelPackages.nvidia_x11_legacy304
else if elem "nvidiaLegacy340" drivers then
kernelPackages.nvidia_x11_legacy340
else if elem "nvidiaLegacy390" drivers then
kernelPackages.nvidia_x11_legacy390
else null;
nvidia_x11 = nvidiaForKernel config.boot.kernelPackages;