mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Remove vmware comment
This commit is contained in:
parent
ea3eb991b7
commit
fc7c7ae91a
@ -192,8 +192,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
videoDrivers = mkOption {
|
videoDrivers = mkOption {
|
||||||
# !!! We'd like "nv" here, but it segfaults the X server. Idem for
|
# !!! We'd like "nv" here, but it segfaults the X server.
|
||||||
# "vmware".
|
|
||||||
default = [ "ati" "cirrus" "intel" "vesa" "vmware" ];
|
default = [ "ati" "cirrus" "intel" "vesa" "vmware" ];
|
||||||
example = [ "vesa" ];
|
example = [ "vesa" ];
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user