X-Git-Url: https://gitweb.ps.run/flakes/blobdiff_plain/0f31b09761b4ccd885ac0f528967f6a9dd78ec4a..732cd6df88ccc11486ca122141aededb6c4d8d61:/flake.nix 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