forked from rarias/bscpkgs
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			176 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			176 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| let
 | |
|   bscOverlay = import ./overlay.nix;
 | |
| 
 | |
|   # Pin the nixpkgs
 | |
|   nixpkgsPath = import ./nixpkgs.nix;
 | |
| 
 | |
|   pkgs = import nixpkgsPath {
 | |
|     overlays = [ bscOverlay ];
 | |
|   };
 | |
| 
 | |
| in pkgs
 |