Change-Id: I4ee9a5a69c90e2050c60b2ef8483431d691b499f Reviewed-on: https://cl.tvl.fyi/c/depot/+/12287 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| # This program is used as a Gerrit hook to trigger builds on
 | |
| # Buildkite and perform other maintenance tasks.
 | |
| { depot, ... }:
 | |
| 
 | |
| depot.nix.buildGo.program {
 | |
|   name = "besadii";
 | |
|   srcs = [ ./main.go ];
 | |
| }
 |