mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-26 07:46:21 +02:00
8 lines
251 B
Bash
8 lines
251 B
Bash
|
# Test that the new Nix can properly talk to an old daemon.
|
||
|
# If `$OUTER_NIX` isn't set (e.g. when bootsraping), just skip this test
|
||
|
|
||
|
if [[ -n "$OUTER_NIX" ]]; then
|
||
|
export NIX_DAEMON_COMMAND=$OUTER_NIX/bin/nix-daemon
|
||
|
source remote-store.sh
|
||
|
fi
|