mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
nvidia_x11: add production alias
As described on https://www.nvidia.com/en-us/drivers/unix/ this refers to the production branch
This commit is contained in:
parent
511c798029
commit
51839886b3
@ -26,6 +26,9 @@ rec {
|
||||
}
|
||||
else legacy_390;
|
||||
|
||||
# see https://www.nvidia.com/en-us/drivers/unix/ "Production branch"
|
||||
production = legacy_470;
|
||||
|
||||
beta = generic {
|
||||
version = "495.29.05";
|
||||
sha256_64bit = "sha256-9yVLl9QAxpJQR5ZJb059j2TpOx4xxCeGCk8hmhhvEl4=";
|
||||
|
Loading…
Reference in New Issue
Block a user