Change-Id: Iebaff500bc7bbb92ff4344f185a3b446f9ce9eb9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9975 Autosubmit: grfn <grfn@gws.fyi> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| with import <nixpkgs> { config.allowUnfree = true; };
 | |
| mkShell {
 | |
|   buildInputs = [
 | |
|     awscli
 | |
|     gnumake
 | |
|     tarsnap
 | |
|     certbot
 | |
|   ];
 | |
| }
 |