2006-03-01 12:15:33 +00:00
|
|
|
source common.sh
|
|
|
|
|
2012-07-26 22:28:12 +00:00
|
|
|
clearStore
|
|
|
|
|
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
|
|
|
|
2012-07-26 22:28:12 +00:00
|
|
|
nix-push --dest $TEST_ROOT/cache --manifest $drvPath --bzip2
|