Enable strictDeps on all our toplevel packages #12
| @ -14,7 +14,7 @@ | ||||
| 
 | ||||
|   nixpkgs.overlays = [ | ||||
|     bscpkgs.bscOverlay | ||||
|     (import ../../pkgs/mpi.nix) | ||||
|     (import ../../pkgs/overlay.nix) | ||||
|   ]; | ||||
| 
 | ||||
|   nix.nixPath = [ | ||||
|  | ||||
| @ -1,7 +1,10 @@ | ||||
| final: prev: | ||||
| { | ||||
|   bsc = prev.bsc.extend (bscFinal: bscPrev: { | ||||
|     # Set MPICH as default | ||||
|     mpi = bscFinal.mpich; | ||||
| 
 | ||||
|     # Configure the network for MPICH | ||||
|     mpich = with final; prev.mpich.overrideAttrs (old: { | ||||
|       buildInput = old.buildInputs ++ [ | ||||
|         libfabric | ||||
		Reference in New Issue
	
	Block a user