prometheus-idrac-exporter: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-18 22:44:40 +01:00
parent d7083ba346
commit 3932edb692
3 changed files with 1 additions and 2 deletions
@@ -18,7 +18,7 @@ buildGoModule rec {
vendorHash = "sha256-iNV4VrdQONq7LXwAc6AaUROHy8TmmloUAL8EmuPtF/o=";
patches = [ ./idrac-exporter/config-from-environment.patch ];
patches = [ ./config-from-environment.patch ];
ldflags = [
"-s"
-1
View File
@@ -8524,7 +8524,6 @@ with pkgs;
postgres-websockets = haskellPackages.postgres-websockets.bin;
postgrest = haskellPackages.postgrest.bin;
prometheus-idrac-exporter = callPackage ../servers/monitoring/prometheus/idrac-exporter.nix { };
prometheus-imap-mailstat-exporter =
callPackage ../servers/monitoring/prometheus/imap-mailstat-exporter.nix
{ };