2006-03-01 13:15:33 +01:00
|
|
|
source common.sh
|
|
|
|
|
2006-03-01 13:51:18 +01:00
|
|
|
drvPath=$($nixinstantiate dependencies.nix)
|
|
|
|
outPath=$($nixstore -r $drvPath)
|
2005-01-25 18:08:52 +01:00
|
|
|
|
|
|
|
echo "pushing $drvPath"
|
|
|
|
|
|
|
|
mkdir $TEST_ROOT/cache
|
|
|
|
|
2007-09-04 17:38:09 +02:00
|
|
|
$NIX_BIN_DIR/nix-push \
|
2005-01-25 18:08:52 +01:00
|
|
|
--copy $TEST_ROOT/cache $TEST_ROOT/manifest $drvPath
|