From: patrick-scho Date: Thu, 27 Nov 2025 21:14:16 +0000 (+0100) Subject: update X-Git-Url: https://gitweb.ps.run/flakes/commitdiff_plain/0f31b09761b4ccd885ac0f528967f6a9dd78ec4a?ds=sidebyside update --- diff --git a/flake.nix b/flake.nix index 9b31d83..583690f 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,9 @@ cp ${./patches/gitweb.perl} gitweb/gitweb.perl exit 1 ''; + postInstall = (oldAttrs.postInstall or "") + '' + echo hallo + ''; }); }; };