summaryrefslogtreecommitdiffstats
path: root/lass/2configs/repo-sync.nix
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-09-09 00:20:15 +0200
committerlassulus <lass@blue.r>2018-09-09 00:20:15 +0200
commit95b166e4ce9a510c912a11e11c91dbdd2faffad7 (patch)
tree8e26bf672bb59f5181bea4682b1a6006dd804995 /lass/2configs/repo-sync.nix
parent69a1de787e5baa2bd6a9b00f585f7b60d4262d1e (diff)
parent29e5989265bf2f1f8df3dd83706abf791fc63712 (diff)
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'lass/2configs/repo-sync.nix')
-rw-r--r--lass/2configs/repo-sync.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix
index 6a07172fe..8b7d0db71 100644
--- a/lass/2configs/repo-sync.nix
+++ b/lass/2configs/repo-sync.nix
@@ -14,10 +14,12 @@ let
hooks = mkIf announce (mkDefault {
post-receive = pkgs.git-hooks.irc-announce {
nick = config.networking.hostName;
- verbose = false;
channel = "#xxx";
+ refs = [
+ "refs/heads/newest"
+ ];
server = "irc.r";
- branches = [ "newest" ];
+ verbose = false;
};
});
};