From 7bc9581b30df2b26cc25368c2c359d96be14c125 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 27 Jan 2026 09:56:12 +0300 Subject: [PATCH] lib/lua: fully deprecate old helper functions Signed-off-by: NotAShelf Change-Id: Ibed08522c3a9472556a74b6e3290e1916a6a6964 --- lib/lua.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lua.nix b/lib/lua.nix index bf879031..01c73612 100644 --- a/lib/lua.nix +++ b/lib/lua.nix @@ -49,4 +49,4 @@ in "expToLua" "listToLuaTable" "attrsetToLuaTable" - ] (name: lib.warn "${name} is deprecated use toLuaObject instead" toLuaObject) + ] (name: builtins.throw "${name} is deprecated use toLuaObject instead")