mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
updated store ping to store info in files
This commit is contained in:
parent
a0f071f1d3
commit
891dfb4359
8 changed files with 14 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
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'
|
||||
# Check that store info trusted doesn't yet work with ssh://
|
||||
nix --store ssh://localhost?remote-store=$TEST_ROOT/other-store store info --json | jq -e 'has("trusted") | not'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue