ruff: disable auto-update

This commit is contained in:
Gaetan Lepage
2025-08-05 11:10:46 +02:00
parent 9ed09ca905
commit cfade6d2ae
+2
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 { };
};