]> gitweb.ps.run Git - flakes/blobdiff - flake.nix
fix
[flakes] / flake.nix
index c6ff2f0ad1535261cad4f2dd745ea94ac1f8c8f8..ac4fea02a2ada37b3ecc54f170a5df857dbc46eb 100644 (file)
--- a/flake.nix
+++ b/flake.nix
           postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"'';
         });
       };
+      gitweb = final: prev: {
+        gitweb = prev.gitweb.overrideAttrs (oldAttrs: {
+          patches = [ ./patches/gitweb.patch ];
+        });
+      };
     };
     inherit (flake-utils.lib.eachDefaultSystem (system:
       let