mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 00:27:01 +05:30
feat: set up for GitHub releases
This commit is contained in:
parent
2817eefa30
commit
a6f9253a4b
4 changed files with 166 additions and 2 deletions
|
@ -87,7 +87,7 @@
|
|||
devShells.default = pkgs.mkShell {
|
||||
inputsFrom = builtins.attrValues self.checks;
|
||||
|
||||
nativeBuildInputs = with pkgs; [cargo-nextest rustStable];
|
||||
nativeBuildInputs = with pkgs; [cargo-dist cargo-nextest cargo-release rustStable];
|
||||
|
||||
CARGO_REGISTRIES_CRATES_IO_PROTOCOL = "sparse";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue