Merge pull request #122 from DeterminateSystems/channel-revisions-url

Update channel revisions URL
This commit is contained in:
Luc Perkins 2024-06-03 19:51:13 -07:00 committed by GitHub
commit e911df9f4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,7 @@ use crate::error::FlakeCheckerError;
use serde::Deserialize;
const ALLOWED_REFS_URL: &str =
"https://monitoring.nixos.org/prometheus/api/v1/query?query=channel_revision";
const ALLOWED_REFS_URL: &str = "https://prometheus.nixos.org/api/v1/query?query=channel_revision";
#[derive(Deserialize)]
struct Response {