fix: don't include Lua wrapper
It's not required and unncessary
This commit is contained in:
parent
d6c2ca4d6e
commit
7d62e435c3
1 changed files with 26 additions and 28 deletions
|
@ -89,7 +89,6 @@
|
|||
in {
|
||||
runtime.version = "LuaJIT";
|
||||
runtime.path = ["?.lua" "?/init.lua"];
|
||||
Lua = {
|
||||
globals =
|
||||
[
|
||||
"vim"
|
||||
|
@ -120,7 +119,6 @@
|
|||
disable = disabled-diagnostics;
|
||||
};
|
||||
};
|
||||
};
|
||||
luarc-to-json = luarc:
|
||||
final.runCommand ".luarc.json" {
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue