* Changed the extension for store expressions from ".nix" to ".store"
(following the Usenix paper).
This commit is contained in:
		
							parent
							
								
									46a71c857c
								
							
						
					
					
						commit
						4c4fe7a114
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -15,7 +15,7 @@ Path writeTerm(ATerm t, const string & suffix) | |||
|     Hash h = hashTerm(t); | ||||
| 
 | ||||
|     Path path = canonPath(nixStore + "/" +  | ||||
|         (string) h + suffix + ".nix"); | ||||
|         (string) h + suffix + ".store"); | ||||
| 
 | ||||
|     if (!isValidPath(path)) { | ||||
|         char * s = ATwriteToString(t); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue