From 08f0eaf008bfbc4981231bb47997b1a1a6676659 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Thu, 28 May 2026 06:46:28 +0200 Subject: [PATCH] python3Packages.prometheus-client: add nix-update-script --- pkgs/development/python-modules/prometheus-client/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/prometheus-client/default.nix b/pkgs/development/python-modules/prometheus-client/default.nix index 3bd55cbb67cd..e96919cfc85f 100644 --- a/pkgs/development/python-modules/prometheus-client/default.nix +++ b/pkgs/development/python-modules/prometheus-client/default.nix @@ -8,6 +8,7 @@ twisted, pytest-benchmark, pytestCheckHook, + nix-update-script, }: buildPythonPackage (finalAttrs: { @@ -45,6 +46,8 @@ buildPythonPackage (finalAttrs: { "test_instance_ip_grouping_key" ]; + passthru.updateScript = nix-update-script { }; + meta = { description = "Prometheus instrumentation library for Python applications"; homepage = "https://github.com/prometheus/client_python";