Skip to content

Commit

Permalink
revert(installer): stay on old luarocks commit (#180)
Browse files Browse the repository at this point in the history
The luarocks bug has been fixed.
  • Loading branch information
mrcjkb authored Mar 8, 2024
1 parent 54b67ce commit 6c0403a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,19 +188,6 @@ local function set_up_luarocks(install_path)

vim.notify("Configuring luarocks...")

sc = vim.system({
"git",
"reset",
"--hard",
"d81020338c99ff4116431ee496a7db516eb91f00",
}, {
cwd = tempdir,
}):wait()

if sc.code ~= 0 then
notify_output("Pinning luarocks failed.", sc, vim.log.levels.WARN)
end

sc = vim.system({
vim.o.sh,
"configure",
Expand Down

0 comments on commit 6c0403a

Please sign in to comment.