lib/lua: fully deprecate old helper functions

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ibed08522c3a9472556a74b6e3290e1916a6a6964
This commit is contained in:
raf 2026-01-27 09:56:12 +03:00
commit 7bc9581b30
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -49,4 +49,4 @@ in
"expToLua" "expToLua"
"listToLuaTable" "listToLuaTable"
"attrsetToLuaTable" "attrsetToLuaTable"
] (name: lib.warn "${name} is deprecated use toLuaObject instead" toLuaObject) ] (name: builtins.throw "${name} is deprecated use toLuaObject instead")