diff options
author | lassulus <lass@aidsballs.de> | 2016-11-10 23:18:17 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-11-10 23:18:17 +0100 |
commit | 40befd5a36bfbe61748568491040d2741a687a6a (patch) | |
tree | c3984726d4cfac2459c1548b56f7a264015fc1c2 /tv/2configs | |
parent | 06d8bf1476d7ac0d6aadc146f2c5eb44829fa1b1 (diff) | |
parent | 2adac450ac1f613acd81069895448623a4c8937b (diff) |
Merge remote-tracking branch 'ni/master'
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 eb13e4282..b38ef00f9 100644 --- a/tv/2configs/git.nix +++ b/tv/2configs/git.nix @@ -84,7 +84,7 @@ let make-public-repo = name: { cgit ? {}, ... }: { inherit cgit name; public = true; - hooks = optionalAttrs (config.krebs.build.host.name == "cd") { + hooks = optionalAttrs (config.krebs.build.host.name == "ni") { post-receive = pkgs.git-hooks.irc-announce { # TODO make nick = config.krebs.build.host.name the default nick = config.krebs.build.host.name; |