mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-21 19:51:00 +00:00
flake.nix: add cargo-outdated to devShell
This commit is contained in:
parent
c5f29bef43
commit
10948f745e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
openssl systemd
|
openssl systemd
|
||||||
cargo rustc rustfmt rustPackages.clippy rust-analyzer
|
cargo rustc rustfmt rustPackages.clippy rust-analyzer cargo-outdated
|
||||||
];
|
];
|
||||||
RUST_SRC_PATH = rustPlatform.rustLibSrc;
|
RUST_SRC_PATH = rustPlatform.rustLibSrc;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue