9 lines
		
	
	
		
			109 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			109 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { pkgs }:
 | |
| 
 | |
| with pkgs.lib; {
 | |
|   # Add your library functions here
 | |
|   #
 | |
|   # hexint = x: hexvals.${toLower x};
 | |
| }
 | |
| 
 |