mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
Merge pull request #146972 from mkg20001/nvx11
This commit is contained in:
commit
f717290916
|
@ -26,6 +26,9 @@ rec {
|
||||||
}
|
}
|
||||||
else legacy_390;
|
else legacy_390;
|
||||||
|
|
||||||
|
# see https://www.nvidia.com/en-us/drivers/unix/ "Production branch"
|
||||||
|
production = legacy_470;
|
||||||
|
|
||||||
beta = generic {
|
beta = generic {
|
||||||
version = "495.29.05";
|
version = "495.29.05";
|
||||||
sha256_64bit = "sha256-9yVLl9QAxpJQR5ZJb059j2TpOx4xxCeGCk8hmhhvEl4=";
|
sha256_64bit = "sha256-9yVLl9QAxpJQR5ZJb059j2TpOx4xxCeGCk8hmhhvEl4=";
|
||||||
|
|
Loading…
Reference in a new issue