From 3d9bbdb79418ab3b088bdbd7ab4688e3f6a15a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 24 Dec 2014 00:49:59 +0100 Subject: [PATCH] nvidia_x11: document the updating policy CC #5070. --- pkgs/os-specific/linux/nvidia-x11/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/os-specific/linux/nvidia-x11/default.nix b/pkgs/os-specific/linux/nvidia-x11/default.nix index 59b17db7662..e1a82da91f4 100644 --- a/pkgs/os-specific/linux/nvidia-x11/default.nix +++ b/pkgs/os-specific/linux/nvidia-x11/default.nix @@ -13,10 +13,7 @@ assert (!libsOnly) -> kernel != null; let versionNumber = "343.36"; - /* This branch is needed for G8x, G9x, and GT2xx GPUs, and motherboard chipsets based on them. - Ongoing support for new Linux kernels and X servers, as well as fixes for critical bugs, - will be included in 340.* legacy releases through the end of 2019. - */ + # Policy: use the highest stable version as the default (on our master). inherit (stdenv.lib) makeLibraryPath; in