From 732cd6df88ccc11486ca122141aededb6c4d8d61 Mon Sep 17 00:00:00 2001 From: patrick-scho Date: Sat, 29 Nov 2025 13:46:33 +0100 Subject: [PATCH] remove gitweb overlay --- flake.nix | 13 ------------- 1 file changed, 13 deletions(-) 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 -- 2.50.1