diff --git a/pkgs/by-name/ru/ruff/package.nix b/pkgs/by-name/ru/ruff/package.nix index d268e325dfb2..76fc909d6ef4 100644 --- a/pkgs/by-name/ru/ruff/package.nix +++ b/pkgs/by-name/ru/ruff/package.nix @@ -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 { }; };