Bump language version for new storePath feature
This will allow e.g. channel expressions to use builtins.storePath IFF it is safe to do so without knowing if the path is valid yet. Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
		
							parent
							
								
									22d665019a
								
							
						
					
					
						commit
						e36229d27f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1242,7 +1242,7 @@ void EvalState::createBaseEnv() | ||||||
|        language feature gets added.  It's not necessary to increase it |        language feature gets added.  It's not necessary to increase it | ||||||
|        when primops get added, because you can just use `builtins ? |        when primops get added, because you can just use `builtins ? | ||||||
|        primOp' to check. */ |        primOp' to check. */ | ||||||
|     mkInt(v, 1); |     mkInt(v, 2); | ||||||
|     addConstant("__langVersion", v); |     addConstant("__langVersion", v); | ||||||
| 
 | 
 | ||||||
|     // Miscellaneous
 |     // Miscellaneous
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue