mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
11 lines
250 B
Bash
11 lines
250 B
Bash
source common.sh
|
|
|
|
drvPath=$($nixinstantiate dependencies.nix)
|
|
outPath=$($nixstore -r $drvPath)
|
|
|
|
echo "pushing $drvPath"
|
|
|
|
mkdir $TEST_ROOT/cache
|
|
|
|
$PERL -w -I$TOP/scripts $TOP/scripts/nix-push \
|
|
--copy $TEST_ROOT/cache $TEST_ROOT/manifest $drvPath
|