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:
parent
f4ccb52e68
commit
91b1d8b9d5
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue