treesummaryrefslogcommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpatrick-scho2025-11-27 22:14:16 +0100
committerpatrick-scho2025-11-27 22:14:16 +0100
commit0f31b09761b4ccd885ac0f528967f6a9dd78ec4a (patch)
tree53271969a3ff35d1d8b99198967fd498d188a1d4 /flake.nix
parent1998b16ee96c2f01e072f375e2d4e5ae528302ed (diff)
downloadflakes-0f31b09761b4ccd885ac0f528967f6a9dd78ec4a.tar.gz
flakes-0f31b09761b4ccd885ac0f528967f6a9dd78ec4a.zip
update
Diffstat (limited to 'flake.nix')
-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
+ '';
});
};
};