Fix restricted mode when installing in non-canonical data dir
This commit is contained in:
		
							parent
							
								
									98f3c75a0e
								
							
						
					
					
						commit
						ddbcd01c83
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -308,7 +308,7 @@ EvalState::EvalState(const Strings & _searchPath, ref<Store> store) | ||||||
|         for (auto & i : _searchPath) addToSearchPath(i); |         for (auto & i : _searchPath) addToSearchPath(i); | ||||||
|         for (auto & i : paths) addToSearchPath(i); |         for (auto & i : paths) addToSearchPath(i); | ||||||
|     } |     } | ||||||
|     addToSearchPath("nix=" + settings.nixDataDir + "/nix/corepkgs"); |     addToSearchPath("nix=" + canonPath(settings.nixDataDir + "/nix/corepkgs")); | ||||||
| 
 | 
 | ||||||
|     if (settings.restrictEval || settings.pureEval) { |     if (settings.restrictEval || settings.pureEval) { | ||||||
|         allowedPaths = PathSet(); |         allowedPaths = PathSet(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue