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 <jacobabel@nullpo.dev>
This commit is contained in:
Jacob Abel
2025-11-28 20:17:12 -05:00
parent 6a49303095
commit c137fe9433
+3 -3
View File
@@ -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