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:
parent
095544187a
commit
ea1be31262
3 changed files with 14 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue