ruff: disable auto-update (#431022)

This commit is contained in:
Gaétan Lepage 2025-08-05 11:45:48 +02:00 committed by GitHub
commit 74da79acb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 { };
};