From e8c5545f11bfc74b2d0315b52a9d7b92f179022a Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Thu, 26 Feb 2026 09:34:38 +0000 Subject: [PATCH] prometheus: Drop `versionCheckProgramArg` --- pkgs/by-name/pr/prometheus/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/pr/prometheus/package.nix b/pkgs/by-name/pr/prometheus/package.nix index 447956b6f3da..fae4e2500a89 100644 --- a/pkgs/by-name/pr/prometheus/package.nix +++ b/pkgs/by-name/pr/prometheus/package.nix @@ -200,7 +200,6 @@ buildGoModule (finalAttrs: { nativeInstallCheckInputs = [ versionCheckHook ]; - versionCheckProgramArg = "--version"; doInstallCheck = true; passthru = {