Skip to content

Commit

Permalink
Merge pull request #246 from K900/https
Browse files Browse the repository at this point in the history
fix: use HTTPS for cache.nixos.org
  • Loading branch information
RaitoBezarius committed Apr 17, 2024
2 parents b5fcd08 + ae34221 commit 3cc5fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ pub mod workset;
/// The URL of the binary cache that we use to fetch file listings and references.
///
/// Hardcoded for now, but may be made a configurable option in the future.
pub const CACHE_URL: &str = "http://cache.nixos.org";
pub const CACHE_URL: &str = "https://cache.nixos.org";

0 comments on commit 3cc5fc9

Please sign in to comment.