mirror of
https://github.com/NixOS/nix.git
synced 2025-02-17 09:22:31 +00:00
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
|