forked from lix-project/lix
67c6f3eded
This makes all the tests succeed. Woohoo!
13 lines
221 B
Bash
13 lines
221 B
Bash
source common.sh
|
|
|
|
clearStore
|
|
|
|
drvPath=$(nix-instantiate dependencies.nix)
|
|
outPath=$(nix-store -r $drvPath)
|
|
|
|
echo "pushing $drvPath"
|
|
|
|
mkdir -p $TEST_ROOT/cache
|
|
|
|
nix-push --dest $TEST_ROOT/cache --manifest $drvPath --bzip2
|