all repos — nixfiles @ a0f04f012373904df768b27aa884b9dd8411ef54

System and user configuration, managed by nix and home-manager

fix cgit-pink overlay patch

Alan Pearce
commit

a0f04f012373904df768b27aa884b9dd8411ef54

parent

49e23eb7450d8635fe4a1cb5b0f937eddc3be9be

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M overlays/cgit-pink/default.nixoverlays/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 ]; }); }