From c137fe9433a23d8b1f2a6ffa65e94e12a2e614dd Mon Sep 17 00:00:00 2001 From: Jacob Abel Date: Fri, 28 Nov 2025 20:17:12 -0500 Subject: [PATCH] lib/strings.nix: Fix cmakeOptionType argument order in docs Arguments were listed out of order in the documentation. Fixes that. Signed-off-by: Jacob Abel --- lib/strings.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/strings.nix b/lib/strings.nix index 5d3183bcef06..ee78db2beafa 100644 --- a/lib/strings.nix +++ b/lib/strings.nix @@ -2088,15 +2088,15 @@ rec { # Inputs - `feature` - : The feature to be set - `type` : The type of the feature to be set, as described in https://cmake.org/cmake/help/latest/command/set.html the possible values (case insensitive) are: BOOL FILEPATH PATH STRING INTERNAL LIST + `feature` + : The feature to be set + `value` : The desired value