We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faa042 commit 9a7c6e1Copy full SHA for 9a7c6e1
pkgs/build-support/rust/fetch-cargo-tarball/default.nix
@@ -63,10 +63,6 @@ in stdenv.mkDerivation ({
63
export CARGO_HOME=$(mktemp -d cargo-home.XXX)
64
CARGO_CONFIG=$(mktemp cargo-config.XXXX)
65
66
- # https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html#cargos-sparse-protocol
67
- # planned to become the default in 1.70
68
- export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
69
-
70
if [[ -n "$NIX_CRATES_INDEX" ]]; then
71
cat >$CARGO_HOME/config.toml <<EOF
72
[source.crates-io]
0 commit comments