prometheus-idrac-exporter: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ buildGoModule rec {
|
||||
|
||||
vendorHash = "sha256-iNV4VrdQONq7LXwAc6AaUROHy8TmmloUAL8EmuPtF/o=";
|
||||
|
||||
patches = [ ./idrac-exporter/config-from-environment.patch ];
|
||||
patches = [ ./config-from-environment.patch ];
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
@@ -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
|
||||
{ };
|
||||
|
||||
Reference in New Issue
Block a user