Slightly questionable workaround for #2342
This commit is contained in:
		
							parent
							
								
									ada4e90267
								
							
						
					
					
						commit
						f72c907ad8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -96,7 +96,7 @@ struct InstallableStorePath : Installable | |||
| 
 | ||||
|     Buildables toBuildables() override | ||||
|     { | ||||
|         return {{"", {{"out", storePath}}}}; | ||||
|         return {{isDerivation(storePath) ? storePath : "", {{"out", storePath}}}}; | ||||
|     } | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue