mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
fetchCrate: download crates from static.crates.io
(cherry picked from commit e37f43a408)
This commit is contained in:
committed by
github-actions[bot]
parent
9b13fccc93
commit
63f5f0cc5a
@@ -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,
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user