From 15aa213c767a5af76099876f437f80bb26f92be7 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 1 Sep 2024 13:15:25 +0900 Subject: [PATCH] python312Packages.langchain-core: ignore update errors in updateScript --- pkgs/development/python-modules/langchain-core/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/langchain-core/default.nix b/pkgs/development/python-modules/langchain-core/default.nix index 3012cda9b4fc..eb1e51acb2c7 100644 --- a/pkgs/development/python-modules/langchain-core/default.nix +++ b/pkgs/development/python-modules/langchain-core/default.nix @@ -80,7 +80,7 @@ buildPythonPackage rec { #!/usr/bin/env nix-shell #!nix-shell -i bash -p nix-update - set -eu -o pipefail + set -u -o pipefail +e nix-update --commit --version-regex 'langchain-core==(.*)' python3Packages.langchain-core nix-update --commit --version-regex 'langchain-text-splitters==(.*)' python3Packages.langchain-text-splitters nix-update --commit --version-regex 'langchain==(.*)' python3Packages.langchain