postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"'';
});
};
- gitweb = final: prev: {
- gitweb = prev.gitweb.overrideAttrs (oldAttrs: {
- postPatch = (oldAttrs.postPatch or "") + ''
- cp ${./patches/gitweb.perl} gitweb/gitweb.perl
- '';
- });
- };
};
inherit (flake-utils.lib.eachDefaultSystem (system:
let