lib/lua: picked wrong conflict version

This commit is contained in:
Ching Pei Yang 2024-06-16 18:31:41 +02:00 committed by diniamo
parent 83b7632297
commit 415954595e

View file

@ -79,10 +79,7 @@ in rec {
then toLuaObject v then toLuaObject v
else "[${toLuaObject n}] = " + (toLuaObject v)) else "[${toLuaObject n}] = " + (toLuaObject v))
(filterAttrs (filterAttrs
( (_: v: v != null)
_: v:
(v != null) && (toLuaObject v != "{}")
)
args))) args)))
+ "}" + "}"
else if isList args else if isList args