mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-23 01:40:59 +00:00
Add cargo-expand to flake
This commit is contained in:
parent
ac25b1d951
commit
5de17a130b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
packages.default = pkgs.hello;
|
||||
|
||||
devShell = with pkgs; mkShell {
|
||||
nativeBuildInputs = [ cargo cargo-outdated cargo-zigbuild clippy gcc protobuf rust-analyzer rustc rustfmt ];
|
||||
nativeBuildInputs = [ cargo cargo-expand cargo-outdated cargo-zigbuild clippy gcc protobuf rust-analyzer rustc rustfmt ];
|
||||
|
||||
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue