From 1c2f49fcfab2af262de14af799633a5060f55ef4 Mon Sep 17 00:00:00 2001 From: Squibid Date: Wed, 2 Jul 2025 21:13:08 -0400 Subject: [PATCH] unpin dep internally --- lua/dep.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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")