···263263 if builtins.isString x then ''"${x}"''
264264 else if builtins.isBool x then boolToString x
265265 else if builtins.isInt x then toString x
266266- else if builtins.isList x then ''{ ${lib.concatStringsSep ", " (map (n: toLua n) x) } }''
266266+ else if builtins.isList x then "{ ${lib.concatMapStringsSep ", " toLua x} }"
267267 else throw "Invalid Lua value";
268268269269 createSSLOptsStr = o: ''