mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: remove duplicate nix cargo registry override
This commit is contained in:
parent
6b8b1e160c
commit
0e8272363d
1 changed files with 0 additions and 7 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue