From 415954595e9c7c2989b14a9bbf7552b4423c0f21 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sun, 16 Jun 2024 18:31:41 +0200 Subject: [PATCH] lib/lua: picked wrong conflict version --- lib/lua.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/lua.nix b/lib/lua.nix index c4685bb..749e9a3 100644 --- a/lib/lua.nix +++ b/lib/lua.nix @@ -79,10 +79,7 @@ in rec { then toLuaObject v else "[${toLuaObject n}] = " + (toLuaObject v)) (filterAttrs - ( - _: v: - (v != null) && (toLuaObject v != "{}") - ) + (_: v: v != null) args))) + "}" else if isList args