about summary refs log blame commit diff
path: root/tests/nix-push.sh
blob: a9a2f5f9c06ab04f76d80ae7b86c4b2de0fc419c (plain) (tree)
1
2
3
4
5
6
7
8
9

                

                                           




                       
                       
                                                        
source common.sh

drvPath=$($nixinstantiate dependencies.nix)
outPath=$($nixstore -r $drvPath)

echo "pushing $drvPath"

mkdir $TEST_ROOT/cache

$NIX_BIN_DIR/nix-push \
    --copy $TEST_ROOT/cache $TEST_ROOT/manifest $drvPath