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 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
+ '';
});
};
};