summaryrefslogtreecommitdiffstats
path: root/tv/2configs/git.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-11-09 18:51:26 +0100
committertv <tv@krebsco.de>2015-11-09 18:51:26 +0100
commit85c25d6947f370c8ab8a304d7371ea9085003d3d (patch)
tree0f58df1633145646dce30c09b8cdf92816280a73 /tv/2configs/git.nix
parent1f4d7ffa50483cde6024fe910fb16d0c8040e245 (diff)
tv {lib.git => pkgs.git-hooks} irc-announce
Diffstat (limited to 'tv/2configs/git.nix')
-rw-r--r--tv/2configs/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix
index 3c0524b3..63d65a63 100644
--- a/tv/2configs/git.nix
+++ b/tv/2configs/git.nix
@@ -66,7 +66,7 @@ let
inherit name desc section;
public = true;
hooks = {
- post-receive = git.irc-announce {
+ post-receive = pkgs.git-hooks.irc-announce {
# TODO make nick = config.krebs.build.host.name the default
nick = config.krebs.build.host.name;
channel = "#retiolum";