The nixinstantiate and nixstore env vars are no longer set in common.sh
This commit is contained in:
		
							parent
							
								
									2721e9f56f
								
							
						
					
					
						commit
						f883afa1a1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2,11 +2,11 @@ source common.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "Testing multiple outputs..."
 | 
					echo "Testing multiple outputs..."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
drvPath=$($nixinstantiate multiple-outputs.nix)
 | 
					drvPath=$(nix-instantiate multiple-outputs.nix)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "derivation is $drvPath"
 | 
					echo "derivation is $drvPath"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
outPath=$($nixstore -rvv "$drvPath")
 | 
					outPath=$(nix-store -rvv "$drvPath")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "output path is $outPath"
 | 
					echo "output path is $outPath"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue