This makes it possible to deprecate the previous alias. Change-Id: I6efe73a21dc771cfa28094bbac434a188aebfd45 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2647 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ depot, ... }:
 | 
						|
 | 
						|
depot.nix.buildGo.external {
 | 
						|
  path = "golang.org/x/time";
 | 
						|
 | 
						|
  src = builtins.fetchGit {
 | 
						|
    url = "https://go.googlesource.com/time";
 | 
						|
    rev = "555d28b269f0569763d25dbe1a237ae74c6bcc82";
 | 
						|
  };
 | 
						|
}
 |