From 25ac79647cea487127c071f4ae9742e0bc70aab2 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Tue, 27 Mar 2018 16:39:05 +0300 Subject: linuxPackages.nvidia_x11_legacy173: drop There's no kernel in nixpkgs suitable for this old driver -- tested with 4.4. --- nixos/modules/hardware/video/nvidia.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/modules/hardware') diff --git a/nixos/modules/hardware/video/nvidia.nix b/nixos/modules/hardware/video/nvidia.nix index eafc9869315a..a1f1cef07ada 100644 --- a/nixos/modules/hardware/video/nvidia.nix +++ b/nixos/modules/hardware/video/nvidia.nix @@ -16,8 +16,6 @@ let kernelPackages.nvidia_x11 else if elem "nvidiaBeta" drivers then kernelPackages.nvidia_x11_beta - else if elem "nvidiaLegacy173" drivers then - kernelPackages.nvidia_x11_legacy173 else if elem "nvidiaLegacy304" drivers then kernelPackages.nvidia_x11_legacy304 else if elem "nvidiaLegacy340" drivers then -- cgit 1.4.1