From eb9fa8460fb613bc701816e7087cc3667e43bb51 Mon Sep 17 00:00:00 2001 From: pranaless <119703249+pranaless@users.noreply.github.com> Date: Tue, 24 Jan 2023 17:20:50 +0000 Subject: [PATCH] fix typo (#1420) --- nix/hm-module.nix | 2 +- nix/module.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 07c42e78..30cd59b5 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -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. ''; diff --git a/nix/module.nix b/nix/module.nix index 45f40f63..21b27513 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -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. '';