7 # defined in trivial-builders.nix
8 # imported as wrapLua in lua-packages.nix and passed to build-lua-derivation to be used as buildInput
11 substitutions.executable = lua.interpreter;
12 substitutions.lua = lua;
13 substitutions.LuaPathSearchPaths = lib.escapeShellArgs lua.LuaPathSearchPaths;
14 substitutions.LuaCPathSearchPaths = lib.escapeShellArgs lua.LuaPathSearchPaths;