* Remove the localPaths feature in manifests since it's no longer used
and redundant anyway.
This commit is contained in:
		
							parent
							
								
									0423d0692a
								
							
						
					
					
						commit
						1e7e4f21ba
					
				
					 7 changed files with 10 additions and 47 deletions
				
			
		|  | @ -7,12 +7,11 @@ use readcache; | |||
| 
 | ||||
| # Read the manifests. | ||||
| my %narFiles; | ||||
| my %localPaths; | ||||
| my %patches; | ||||
| 
 | ||||
| foreach my $manifest (@ARGV) { | ||||
|     print STDERR "loading $manifest\n"; | ||||
|     if (readManifest($manifest, \%narFiles, \%localPaths, \%patches, 1) < 3) { | ||||
|     if (readManifest($manifest, \%narFiles, \%patches, 1) < 3) { | ||||
| #        die "manifest `$manifest' is too old (i.e., for Nix <= 0.7)\n"; | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue