mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
5 lines
192 B
Bash
5 lines
192 B
Bash
|
source common.sh
|
||
|
|
||
|
# Check that store ping trusted doesn't yet work with ssh://
|
||
|
nix --store ssh://localhost?remote-store=$TEST_ROOT/other-store store ping --json | jq -e 'has("trusted") | not'
|