diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ''; }); }; |
