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:
V3RM1N
2024-12-31 13:09:58 +01:00
committed by GitHub
parent 2d2b5e26d4
commit 0dcdae9d40
@@ -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";