unpin dep internally

This commit is contained in:
2025-07-02 21:13:08 -04:00
parent f6209048f1
commit 1c2f49fcfa

View File

@ -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")