blob: ede7ce716f074a0ce2260d58b083d0148de0f73f (
plain)
1
2
3
4
5
6
7
|
# 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
|