11 lines
		
	
	
	
		
			229 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			229 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| source common.sh
 | |
| 
 | |
| drvPath=$($nixinstantiate dependencies.nix)
 | |
| outPath=$($nixstore -r $drvPath)
 | |
| 
 | |
| echo "pushing $drvPath"
 | |
| 
 | |
| mkdir -p $TEST_ROOT/cache
 | |
| 
 | |
| $NIX_BIN_DIR/nix-push \
 | |
|     --copy $TEST_ROOT/cache $TEST_ROOT/manifest $drvPath
 |