]> gitweb.ps.run Git - flakes/commitdiff
remove gitweb overlay main
authorpatrick-scho <patrick.schoenberger@posteo.de>
Sat, 29 Nov 2025 12:46:33 +0000 (13:46 +0100)
committerpatrick-scho <patrick.schoenberger@posteo.de>
Sat, 29 Nov 2025 12:46:33 +0000 (13:46 +0100)
flake.nix

index 583690f3ac1c586df0afc7411ba39c25b23af32a..825ae50e0b56aa8588e8c3cf8e8daf9acdea1589 100644 (file)
--- a/flake.nix
+++ b/flake.nix
           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