From f9fbbe20a55c53b776f357c96157d0efdc046124 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Thu, 13 Mar 2025 20:16:15 +0100 Subject: [PATCH] lib/strings: order documented cmakeOptionType inputs correctly The function is defined to take type, feature and value, but the documented order was feature, type, value. --- lib/strings.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/strings.nix b/lib/strings.nix index b2808b6693f4..cd0027e1a165 100644 --- a/lib/strings.nix +++ b/lib/strings.nix @@ -2115,6 +2115,9 @@ rec { `feature` : The feature to be set + `feature` + : The feature to be set + `value` : The desired value