Unverified Commit 5df3859a authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

uv: disable auto-update (#431025)

parents c764cf8b 28012376
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 { };
  };