mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-06 18:36:48 +02:00
12 lines
221 B
Bash
12 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
|