Propagate path context via builtins.readFile
This commit is contained in:
		
							parent
							
								
									0a26b56cba
								
							
						
					
					
						commit
						f7f0116dd7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -765,7 +765,7 @@ static void prim_readFile(EvalState & state, const Pos & pos, Value * * args, Va | |||
|     string s = readFile(state.checkSourcePath(path)); | ||||
|     if (s.find((char) 0) != string::npos) | ||||
|         throw Error(format("the contents of the file ‘%1%’ cannot be represented as a Nix string") % path); | ||||
|     mkString(v, s.c_str()); | ||||
|     mkString(v, s.c_str(), context); | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue