Commit 28012376 authored by Benjamin Sparks's avatar Benjamin Sparks
Browse files

uv: disable auto-update

parent 8c1857cc
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 { };
  };