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