We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5fcd08 + ae34221 commit 3cc5fc9Copy full SHA for 3cc5fc9
src/lib.rs
@@ -23,4 +23,4 @@ pub mod workset;
23
/// The URL of the binary cache that we use to fetch file listings and references.
24
///
25
/// Hardcoded for now, but may be made a configurable option in the future.
26
-pub const CACHE_URL: &str = "http://cache.nixos.org";
+pub const CACHE_URL: &str = "https://cache.nixos.org";
0 commit comments