2006-03-01 13:15:33 +01:00
|
|
|
source common.sh
|
|
|
|
|
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
|
|
|
|
2011-10-10 23:11:08 +02:00
|
|
|
nix-push --copy $TEST_ROOT/cache $TEST_ROOT/manifest $drvPath
|