2006-03-01 12:15:33 +00:00
|
|
|
source common.sh
|
|
|
|
|
2011-10-10 21:32:34 +00:00
|
|
|
drvPath=$(nix-instantiate dependencies.nix)
|
|
|
|
outPath=$(nix-store -r $drvPath)
|
2005-01-25 17:08:52 +00:00
|
|
|
|
|
|
|
echo "pushing $drvPath"
|
|
|
|
|
2010-11-17 15:30:07 +00:00
|
|
|
mkdir -p $TEST_ROOT/cache
|
2005-01-25 17:08:52 +00:00
|
|
|
|
2011-10-10 21:11:08 +00:00
|
|
|
nix-push --copy $TEST_ROOT/cache $TEST_ROOT/manifest $drvPath
|