From 0e8272363d655b819c9ad14248157c7e9a799f4c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 04:02:50 +0000 Subject: [PATCH] fix: remove duplicate nix cargo registry override --- nix/yazi-unwrapped.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nix/yazi-unwrapped.nix b/nix/yazi-unwrapped.nix index b3797b62..bba98fbf 100644 --- a/nix/yazi-unwrapped.nix +++ b/nix/yazi-unwrapped.nix @@ -28,13 +28,6 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoLock = { lockFile = "${src}/Cargo.lock"; - # Use static.crates.io (CDN) instead of crates.io/api to avoid the 1 req/sec - # rate limit which currently returns intermittent 403s. - # See https://github.com/rust-lang/crates.io/issues/13482 - # This override can be removed once nixpkgs includes NixOS/nixpkgs#524985. - extraRegistries = { - "https://github.com/rust-lang/crates.io-index" = "https://static.crates.io/crates"; - }; }; env = {