linuxPackages.nvidiaPackages.stable: use 'production' (#365711)
update nvidia-x11 default.nix to use 'production' for stable version on non-i686-linux systems
This commit is contained in:
@@ -54,7 +54,7 @@ rec {
|
||||
# Branch/Maturity data - http://people.freedesktop.org/~aplattner/nvidia-versions.txt
|
||||
|
||||
# Policy: use the highest stable version as the default (on our master).
|
||||
stable = if stdenv.hostPlatform.system == "i686-linux" then legacy_390 else latest;
|
||||
stable = if stdenv.hostPlatform.system == "i686-linux" then legacy_390 else production;
|
||||
|
||||
production = generic {
|
||||
version = "550.142";
|
||||
|
||||
Reference in New Issue
Block a user