Skip to content

Commit ae34221

Browse files
committed
fix: use HTTPS for cache.nixos.org
Otherwise we hit the newly added redirect and fail.
1 parent b5fcd08 commit ae34221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ pub mod workset;
2323
/// The URL of the binary cache that we use to fetch file listings and references.
2424
///
2525
/// Hardcoded for now, but may be made a configurable option in the future.
26-
pub const CACHE_URL: &str = "http://cache.nixos.org";
26+
pub const CACHE_URL: &str = "https://cache.nixos.org";

0 commit comments

Comments
 (0)