treesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 958cc37..9b31d83 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,10 @@
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
'';
});
};