diff --git a/pkgs/by-name/uv/uv/package.nix b/pkgs/by-name/uv/uv/package.nix index 09ee01b57795..3638f3b5b91a 100644 --- a/pkgs/by-name/uv/uv/package.nix +++ b/pkgs/by-name/uv/uv/package.nix @@ -61,6 +61,9 @@ rustPlatform.buildRustPackage (finalAttrs: { passthru = { tests.uv-python = python3Packages.uv; + + # Updating `uv` needs to be done on staging. Disabling r-ryantm update bot: + # nixpkgs-update: no auto update updateScript = nix-update-script { }; };