2006-03-01 13:15:33 +01:00
|
|
|
source common.sh
|
|
|
|
|
2012-07-27 00:28:12 +02:00
|
|
|
clearStore
|
|
|
|
|
2011-10-10 23:32:34 +02:00
|
|
|
drvPath=$(nix-instantiate dependencies.nix)
|
|
|
|
outPath=$(nix-store -r $drvPath)
|
2005-01-25 18:08:52 +01:00
|
|
|
|
|
|
|
echo "pushing $drvPath"
|
|
|
|
|
2010-11-17 16:30:07 +01:00
|
|
|
mkdir -p $TEST_ROOT/cache
|
2005-01-25 18:08:52 +01:00
|
|
|
|
2012-07-27 00:28:12 +02:00
|
|
|
nix-push --dest $TEST_ROOT/cache --manifest $drvPath --bzip2
|