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 5bd70d4 + 90e356c commit e911df9Copy full SHA for e911df9
src/allowed_refs.rs
@@ -2,8 +2,7 @@ use crate::error::FlakeCheckerError;
2
3
use serde::Deserialize;
4
5
-const ALLOWED_REFS_URL: &str =
6
- "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";
7
8
#[derive(Deserialize)]
9
struct Response {
0 commit comments