Unverified Commit 74da79ac authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

ruff: disable auto-update (#431022)

parents c9f935f5 cfade6d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -81,6 +81,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
    tests = lib.optionalAttrs stdenv.hostPlatform.isLinux {
      nixos-test-driver-busybox = nixosTests.nixos-test-driver.busybox;
    };
    # Updating `ruff` needs to be done on staging due to NixOS tests. Disabling r-ryantm update bot:
    # nixpkgs-update: no auto update
    updateScript = nix-update-script { };
  };