mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 16:52:27 +00:00
11 lines
210 B
Bash
11 lines
210 B
Bash
source common.sh
|
|
|
|
drvPath=$(nix-instantiate dependencies.nix)
|
|
outPath=$(nix-store -r $drvPath)
|
|
|
|
echo "pushing $drvPath"
|
|
|
|
mkdir -p $TEST_ROOT/cache
|
|
|
|
nix-push --copy $TEST_ROOT/cache $TEST_ROOT/manifest $drvPath
|