fix cgit-pink overlay patch
1 file changed, 1 insertion(+), 1 deletion(-)
M overlays/cgit-pink/default.nix → overlays/cgit-pink/default.nix
@@ -1,5 +1,5 @@ self: super: { cgit-pink = super.cgit-pink.overrideAttrs (old: { - patches = [ ./cgit-pink.patch ]; + patches = [ ./set-default-branch-main.patch ]; }); }