fix: set `CARGO_REGISTRIES_CRATES_IO_PROTOCOL`

This commit is contained in:
Harsh Shandilya 2023-05-10 13:57:11 +05:30
parent 810d9568c5
commit 8f1ba36443
No known key found for this signature in database
1 changed files with 3 additions and 5 deletions

View File

@ -93,11 +93,9 @@
devShells.default = pkgs.mkShell {
inputsFrom = builtins.attrValues self.checks;
nativeBuildInputs = with pkgs; [
cargo-nextest
cargo-release
rustStable
];
nativeBuildInputs = with pkgs; [cargo-nextest rustStable];
CARGO_REGISTRIES_CRATES_IO_PROTOCOL = "sparse";
};
});
}