mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 10:37:01 +05:30
fix: set CARGO_REGISTRIES_CRATES_IO_PROTOCOL
This commit is contained in:
parent
810d9568c5
commit
8f1ba36443
1 changed files with 3 additions and 5 deletions
|
@ -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";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue