Merge pull request #145021 from nh2/nvidia-package-alias-update-note

nvidia-x11: Add update comment

authored by

Niklas Hambüchen and committed by
GitHub
3fdd115b f8de2aec

+4
+4
pkgs/os-specific/linux/nvidia-x11/default.nix
··· 45 45 url = "https://developer.nvidia.com/vulkan-beta-${lib.concatStrings (lib.splitString "." version)}-linux"; 46 46 }; 47 47 48 + # Update note: 49 + # If you add a legacy driver here, also update `top-level/linux-kernels.nix`, 50 + # adding to the `nvidia_x11_legacy*` entries. 51 + 48 52 # Last one supporting Kepler architecture 49 53 legacy_470 = generic { 50 54 version = "470.82.00";