diff options
Diffstat (limited to 'overlays/prometheus-systemd-exporter.nix')
-rw-r--r-- | overlays/prometheus-systemd-exporter.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/overlays/prometheus-systemd-exporter.nix b/overlays/prometheus-systemd-exporter.nix deleted file mode 100644 index 84cddb8e..00000000 --- a/overlays/prometheus-systemd-exporter.nix +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | { final, prev, ... }: { | ||
2 | prometheus-systemd-exporter = prev.prometheus-systemd-exporter.overrideAttrs (oldAttrs: { | ||
3 | patches = (oldAttrs.patches or []) ++ [ | ||
4 | (final.fetchpatch { | ||
5 | name = "cpu_stat.patch"; | ||
6 | url = "https://github.com/prometheus-community/systemd_exporter/pull/74.patch"; | ||
7 | hash = "sha256-a4M9SPckwkvetxjWMamm0x2wcg2a+Rkicn1XRUHieuM="; | ||
8 | }) | ||
9 | ]; | ||
10 | }); | ||
11 | } | ||