Example usage: $ /nix/store/9kgpv4n62vhxs971jkvwvvl3msm4wpm8-uggc/bin/uggc 'uggcf://gjvggre.pbz/alnabgrpu/fgnghf/1272363652679524352' Change-Id: I8fd5f77416116ce1a6ab7f96d3f2c726ef663677 Reviewed-on: https://cl.tvl.fyi/c/depot/+/386 Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: eta <eta@theta.eu.org>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ depot, ... }:
 | 
						|
 | 
						|
depot.buildGo.external {
 | 
						|
  path = "github.com/pkg/browser";
 | 
						|
 | 
						|
  src = depot.third_party.fetchFromGitHub {
 | 
						|
    owner = "pkg";
 | 
						|
    repo = "browser";
 | 
						|
    rev = "0a3d74bf9ce488f035cf5bc36f753a711bc74334";
 | 
						|
    sha256 = "0lv6kwvm31n79mh14a63zslaf4l9bspi2q0i8i9im4njfl42iv1c";
 | 
						|
  };
 | 
						|
}
 |