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.
1 parent b5fcd08 commit ae34221Copy full SHA for ae34221
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