diff options
author | tv <tv@krebsco.de> | 2016-11-10 23:15:33 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-11-10 23:15:33 +0100 |
commit | b9c2293068af6c07782d0d862012c952ae532203 (patch) | |
tree | 29af33d4583de587f925c7387c75c750a1ee8fe5 /tv/2configs | |
parent | 2047f66bf86ba5c5c630ea41d3e21ade06f64c8a (diff) |
pkgs.*.src.url: s/cd/ni/g
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 eb13e42..b38ef00 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; |