mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-03 18:35:52 +00:00
lib/lua: fully deprecate old helper functions
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ibed08522c3a9472556a74b6e3290e1916a6a6964
This commit is contained in:
parent
45aaf1cccf
commit
7bc9581b30
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue