From: patrick-scho Date: Sat, 29 Nov 2025 12:46:33 +0000 (+0100) Subject: remove gitweb overlay X-Git-Url: https://gitweb.ps.run/flakes/commitdiff_plain/HEAD remove gitweb overlay --- diff --git a/flake.nix b/flake.nix index 583690f..825ae50 100644 --- a/flake.nix +++ b/flake.nix @@ -11,19 +11,6 @@ postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"''; }); }; - gitweb = final: prev: { - gitweb = prev.gitweb.overrideAttrs (oldAttrs: { - postPatch = (oldAttrs.postPatch or "") + '' - ls -l gitweb/gitweb.perl - ls -l . ./* - cp ${./patches/gitweb.perl} gitweb/gitweb.perl - exit 1 - ''; - postInstall = (oldAttrs.postInstall or "") + '' - echo hallo - ''; - }); - }; }; inherit (flake-utils.lib.eachDefaultSystem (system: let