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 | 0f86671ee29b413fc356f01588ef6943ca580d01 (patch) | |
| tree | 7e97d254037adc8fdec9ea42371b6a2c970ebfde /tv/2configs | |
| parent | ab24ecc219958095e802492422cb8f7d06fd6dd4 (diff) | |
tv {lib.git => pkgs.git-hooks} irc-announce
Diffstat (limited to 'tv/2configs')
| -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 3c0524b..63d65a6 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"; |
