It'll be reused by the IRC side of things too. Change-Id: I3d84f3fd5fca6a6d948f331143b14f096d10675d Reviewed-on: https://cl.tvl.fyi/c/depot/+/342 Reviewed-by: tazjin <mail@tazj.in>
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { depot, ... }:
 | |
| 
 | |
| let
 | |
|   inherit (depot.fun) clbot;
 | |
|   inherit (depot.third_party) gopkgs;
 | |
| in
 | |
| depot.nix.buildGo.package {
 | |
|   name = "code.tvl.fyi/fun/clbot/gerrit";
 | |
|   srcs = [
 | |
|     ./watcher.go
 | |
|   ];
 | |
|   deps = [
 | |
|     clbot.gerrit.gerritevents
 | |
|     clbot.backoffutil
 | |
|     gopkgs."github.com".golang.glog.gopkg
 | |
|     gopkgs."golang.org".x.crypto.ssh.gopkg
 | |
|   ];
 | |
| }
 |