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 | 8ba54ab453f6fd0805214eeef6f60fa470760fca (patch) | |
tree | 24b7fbeb22c177a5bceec6f025395850e9fe401b /tv | |
parent | 941fb77ae550beda1af873536f80ac2180a6afa9 (diff) |
pkgs.*.src.url: s/cd/ni/g
Diffstat (limited to 'tv')
-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; |