1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-3: upgrade to unstable Prometheus

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2020-06-12 19:43:23 -04:00
parent f4ccb52e68
commit 91b1d8b9d5
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -35,6 +35,10 @@ in {
# Overlays for unstable and out-of-tree packages.
nixpkgs.overlays = [
(self: super: {
# 20.03 packages Prometheus 2.15 which is pretty out of date.
prometheus = unstable.prometheus;
# Exporter packages which aren't yet in stable.
prometheus-apcupsd-exporter = unstable.prometheus-apcupsd-exporter;
prometheus-keylight-exporter = unstable.prometheus-keylight-exporter;
})