mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] fetchCrate: download crates from static.crates.io (#525163)
This commit is contained in:
commit
5ae242631b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
pname ? null,
|
||||
# The `dl` field of the registry's index configuration
|
||||
# https://doc.rust-lang.org/cargo/reference/registry-index.html#index-configuration
|
||||
registryDl ? "https://crates.io/api/v1/crates",
|
||||
registryDl ? "https://static.crates.io/crates",
|
||||
version,
|
||||
unpack ? true,
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue