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

View file

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