fix: don't include Lua wrapper

It's not required and unncessary
This commit is contained in:
punkfairie 2024-12-09 20:55:01 -08:00
parent d6c2ca4d6e
commit 7d62e435c3
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -89,7 +89,6 @@
in { in {
runtime.version = "LuaJIT"; runtime.version = "LuaJIT";
runtime.path = ["?.lua" "?/init.lua"]; runtime.path = ["?.lua" "?/init.lua"];
Lua = {
globals = globals =
[ [
"vim" "vim"
@ -120,7 +119,6 @@
disable = disabled-diagnostics; disable = disabled-diagnostics;
}; };
}; };
};
luarc-to-json = luarc: luarc-to-json = luarc:
final.runCommand ".luarc.json" { final.runCommand ".luarc.json" {
buildInputs = [ buildInputs = [