Skip to content

Commit 3cc5fc9

Browse files
Merge pull request #246 from K900/https
fix: use HTTPS for cache.nixos.org
2 parents b5fcd08 + ae34221 commit 3cc5fc9

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)