X-Git-Url: https://gitweb.ps.run/flakes/blobdiff_plain/6322055b213af87a5fcc90d2cacba56cbd8a6952..0f31b09761b4ccd885ac0f528967f6a9dd78ec4a:/flake.nix diff --git a/flake.nix b/flake.nix index 958cc37..583690f 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,13 @@ 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 ''; }); };