From da6a7d5c69aa3e8b70755e88be0f44b642422114 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 7 Dec 2023 20:32:45 +0100 Subject: bump --- overlays/prometheus-systemd-exporter.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 overlays/prometheus-systemd-exporter.nix (limited to 'overlays/prometheus-systemd-exporter.nix') 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 @@ -{ final, prev, ... }: { - prometheus-systemd-exporter = prev.prometheus-systemd-exporter.overrideAttrs (oldAttrs: { - patches = (oldAttrs.patches or []) ++ [ - (final.fetchpatch { - name = "cpu_stat.patch"; - url = "https://github.com/prometheus-community/systemd_exporter/pull/74.patch"; - hash = "sha256-a4M9SPckwkvetxjWMamm0x2wcg2a+Rkicn1XRUHieuM="; - }) - ]; - }); -} -- cgit v1.2.3