uv: disable auto-update (#431025)

This commit is contained in:
Gaétan Lepage
2025-08-05 11:08:50 +02:00
committed by GitHub
+3
View File
@@ -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 { };
};