nixos/xserver: remove nvidiaLegacy173 from videoDrivers.examples
see https://github.com/NixOS/nixpkgs/commit/92265e807e60fac8bbf3c08a82715b575b5e4e7e#commitcomment-28773179
This commit is contained in:
@@ -242,7 +242,7 @@ in
|
|||||||
default = [ "ati" "cirrus" "intel" "vesa" "vmware" "modesetting" ];
|
default = [ "ati" "cirrus" "intel" "vesa" "vmware" "modesetting" ];
|
||||||
example = [
|
example = [
|
||||||
"ati_unfree" "amdgpu" "amdgpu-pro"
|
"ati_unfree" "amdgpu" "amdgpu-pro"
|
||||||
"nv" "nvidia" "nvidiaLegacy340" "nvidiaLegacy304" "nvidiaLegacy173"
|
"nv" "nvidia" "nvidiaLegacy340" "nvidiaLegacy304"
|
||||||
];
|
];
|
||||||
description = ''
|
description = ''
|
||||||
The names of the video drivers the configuration
|
The names of the video drivers the configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user