diff options
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ cp ${./patches/gitweb.perl} gitweb/gitweb.perl exit 1 ''; + postInstall = (oldAttrs.postInstall or "") + '' + echo hallo + ''; }); }; }; |
