forked from rarias/bscpkgs
		
	Move pkgs overlay to overlay.nix
This commit is contained in:
		
							parent
							
								
									0f54d63a46
								
							
						
					
					
						commit
						b4015ded86
					
				| @ -14,7 +14,7 @@ | |||||||
| 
 | 
 | ||||||
|   nixpkgs.overlays = [ |   nixpkgs.overlays = [ | ||||||
|     bscpkgs.bscOverlay |     bscpkgs.bscOverlay | ||||||
|     (import ../../pkgs/mpi.nix) |     (import ../../pkgs/overlay.nix) | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   nix.nixPath = [ |   nix.nixPath = [ | ||||||
|  | |||||||
| @ -1,7 +1,10 @@ | |||||||
| final: prev: | final: prev: | ||||||
| { | { | ||||||
|   bsc = prev.bsc.extend (bscFinal: bscPrev: { |   bsc = prev.bsc.extend (bscFinal: bscPrev: { | ||||||
|  |     # Set MPICH as default | ||||||
|     mpi = bscFinal.mpich; |     mpi = bscFinal.mpich; | ||||||
|  | 
 | ||||||
|  |     # Configure the network for MPICH | ||||||
|     mpich = with final; prev.mpich.overrideAttrs (old: { |     mpich = with final; prev.mpich.overrideAttrs (old: { | ||||||
|       buildInput = old.buildInputs ++ [ |       buildInput = old.buildInputs ++ [ | ||||||
|         libfabric |         libfabric | ||||||
		Reference in New Issue
	
	Block a user