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