diff --git a/lua/dep.lua b/lua/dep.lua index 38c6566..9570a52 100644 --- a/lua/dep.lua +++ b/lua/dep.lua @@ -100,8 +100,7 @@ return function(opts) local root = packager:new({ "squibid/dep", url = "https://git.squi.bid/squibid/dep.git", - branch = "lazy", - pin = true + branch = "lazy" }) if not root then logger:log("error", "couldn't register root package")