The GVariant type for number “${builtins.toStringv}” is unclear.
Please wrap the value with one of the following, depending on the value type in GSettings schema:
${lib.concatMapStringsSep"\n"({name,type,...}:"- `lib.gvariant.${name}` for `${type}`")validConstructors}
''
elseifbuiltins.isAttrsvthen
throw"Cannot construct GVariant value from an attribute set. If you want to construct a dictionary, you will need to create an array containing items constructed with `lib.gvariant.mkDictionaryEntry`."
else
throw"The GVariant type of ${v} can't be inferred.";
throw"The GVariant type of “${builtins.typeOfv}” can't be inferred.";
/* Returns the GVariant array from the given type of the elements and a Nix list.