Skip to content

Commit e911df9

Browse files
authored
Merge pull request #122 from DeterminateSystems/channel-revisions-url
Update channel revisions URL
2 parents 5bd70d4 + 90e356c commit e911df9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/allowed_refs.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ use crate::error::FlakeCheckerError;
22

33
use serde::Deserialize;
44

5-
const ALLOWED_REFS_URL: &str =
6-
"https://monitoring.nixos.org/prometheus/api/v1/query?query=channel_revision";
5+
const ALLOWED_REFS_URL: &str = "https://prometheus.nixos.org/api/v1/query?query=channel_revision";
76

87
#[derive(Deserialize)]
98
struct Response {

0 commit comments

Comments
 (0)