From c2a681da35a0b1b790f6d1a7c3fbee75cff209d7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 23 Jul 2026 00:28:08 +0200 Subject: [PATCH] python3Packages.pydantic-ai-slim: allow nixpkgs-update to commit update Nixpkgs-update is unhappy if it can't commit anything. --- pkgs/development/python-modules/pydantic-ai-slim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pydantic-ai-slim/default.nix b/pkgs/development/python-modules/pydantic-ai-slim/default.nix index 882fdcfb150c..d43cee69d44b 100644 --- a/pkgs/development/python-modules/pydantic-ai-slim/default.nix +++ b/pkgs/development/python-modules/pydantic-ai-slim/default.nix @@ -63,7 +63,7 @@ buildPythonPackage (finalAttrs: { text = '' nix-update --build --commit python3Packages.genai-prices nix-update --build --commit python3Packages.pydantic-graph - nix-update --build --commit python3Packages.pydantic-ai-slim + nix-update --build python3Packages.pydantic-ai-slim ''; });