mirror of
https://github.com/NixOS/nix
synced 2025-07-02 05:11:47 +02:00
Fix 'nix verify --all' on a binary cache and add a test
This commit is contained in:
parent
2900a441f5
commit
1d01ae816b
5 changed files with 23 additions and 8 deletions
|
@ -187,6 +187,10 @@ fi # HAVE_LIBSODIUM
|
|||
unset _NIX_FORCE_HTTP
|
||||
|
||||
|
||||
# Test 'nix verify --all' on a binary cache.
|
||||
nix verify -vvvvv --all --store file://$cacheDir --no-trust
|
||||
|
||||
|
||||
# Test NAR listing generation.
|
||||
clearCache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue