diff --git a/lib/lua.nix b/lib/lua.nix index 9e67b3f..a38360e 100644 --- a/lib/lua.nix +++ b/lib/lua.nix @@ -77,8 +77,7 @@ in rec { else "[${toLuaObject n}] = " + (toLuaObject v)) (filterAttrs ( - _: v: - (v != null) && (toLuaObject v != "{}") + _: v: (toLuaObject v != "{}") ) args))) + "}"