diff options
author | tv <tv@krebsco.de> | 2015-11-09 18:51:26 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-09 18:51:26 +0100 |
commit | 85c25d6947f370c8ab8a304d7371ea9085003d3d (patch) | |
tree | 0f58df1633145646dce30c09b8cdf92816280a73 /tv/2configs/git.nix | |
parent | 1f4d7ffa50483cde6024fe910fb16d0c8040e245 (diff) |
tv {lib.git => pkgs.git-hooks} irc-announce
Diffstat (limited to 'tv/2configs/git.nix')
-rw-r--r-- | tv/2configs/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix index 3c0524b33..63d65a630 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"; |