l 2 git: get irc-announce from pkgs

This commit is contained in:
lassulus 2015-11-13 00:42:17 +01:00
parent e6b3931daf
commit 9126fdc929

View File

@ -50,7 +50,7 @@ let
inherit name desc;
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";