mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 06:17:00 +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 {
|
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
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue