Make lib imports in overlay explicit
This commit is contained in:
		
							parent
							
								
									35d275032b
								
							
						
					
					
						commit
						b36140162a
					
				| @ -1,10 +1,10 @@ | |||||||
| final: /* Future last stage */ | final: /* Future last stage */ | ||||||
| prev:  /* Previous stage */ | prev:  /* Previous stage */ | ||||||
| 
 | 
 | ||||||
| with final.lib; |  | ||||||
| 
 |  | ||||||
| let | let | ||||||
|   callPackage = final.callPackage; |   inherit (prev.lib) collect isDerivation mapAttrs; | ||||||
|  | 
 | ||||||
|  |   inherit (final) callPackage; | ||||||
| 
 | 
 | ||||||
|   mkDeps = name: pkgs: final.runCommand name { } |   mkDeps = name: pkgs: final.runCommand name { } | ||||||
|     "printf '%s\n' ${toString (collect (x: x ? outPath) pkgs)} > $out"; |     "printf '%s\n' ${toString (collect (x: x ? outPath) pkgs)} > $out"; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user