]> gitweb.ps.run Git - flakes/blobdiff - flake.nix
update
[flakes] / flake.nix
index 958cc373916fd82d8530f322ec93fd233b609b36..583690f3ac1c586df0afc7411ba39c25b23af32a 100644 (file)
--- a/flake.nix
+++ b/flake.nix
       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
           '';
         });
       };