This commit is contained in:
pranaless 2023-01-24 17:20:50 +00:00 committed by GitHub
parent e3d1743722
commit eb9fa8460f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ in {
type = lib.types.bool;
default = false;
defaultText = lib.literalExpression "false";
example = lib.liberalExpression "true";
example = lib.literalExpression "true";
description = ''
Patch wlroots for better Nvidia support.
'';

View File

@ -57,7 +57,7 @@ in {
nvidiaPatches = mkOption {
type = types.bool;
default = false;
example = liberalExpression "true";
example = literalExpression "true";
description = ''
Patch wlroots for better Nvidia support.
'';