From 1a534b26b32ec5f3a64297a7c3d7228b77aa024a Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sun, 28 Jul 2024 03:02:39 +0200 Subject: [PATCH] fix(luarocks): try to install from root manifest --- lua/lazy/pkg/rockspec.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazy/pkg/rockspec.lua b/lua/lazy/pkg/rockspec.lua index 19d580d1..d7ecfdbc 100644 --- a/lua/lazy/pkg/rockspec.lua +++ b/lua/lazy/pkg/rockspec.lua @@ -172,7 +172,6 @@ function M.build(task) root, "--server", Config.options.rocks.server, - "--dev", "--lua-version", "5.1", "install", -- use install so that we can make use of pre-built rocks