mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
Use hyper directly instead of reqwest
This commit is contained in:
parent
a6f0bef0a7
commit
14aa0c3259
5 changed files with 21 additions and 373 deletions
|
@ -20,7 +20,7 @@ pub extern "C" fn rust_test() {
|
|||
|
||||
let fut = async move {
|
||||
let store: Box<dyn Store> = Box::new(store::BinaryCacheStore::new(
|
||||
"https://cache.nixos.org".to_string(),
|
||||
"http://cache.nixos.org".to_string(),
|
||||
));
|
||||
|
||||
let path = store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue