X-Git-Url: https://gitweb.ps.run/flakes/blobdiff_plain/1998b16ee96c2f01e072f375e2d4e5ae528302ed..0f31b09761b4ccd885ac0f528967f6a9dd78ec4a:/flake.nix 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 + ''; }); }; };