From 9e25130078296077bf9864978b91bda7dfcea7bc Mon Sep 17 00:00:00 2001 From: patrick-scho Date: Wed, 26 Nov 2025 10:30:08 +0100 Subject: [PATCH] fix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 53cc18d..ac4fea0 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,7 @@ cgit = prev.cgit.overrideAttrs (oldAttrs: { postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"''; }); + }; gitweb = final: prev: { gitweb = prev.gitweb.overrideAttrs (oldAttrs: { patches = [ ./patches/gitweb.patch ]; -- 2.50.1