mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-21 11:41: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 = [
|
||||
pkg-config
|
||||
openssl systemd
|
||||
cargo rustc rustfmt rustPackages.clippy rust-analyzer
|
||||
cargo rustc rustfmt rustPackages.clippy rust-analyzer cargo-outdated
|
||||
];
|
||||
RUST_SRC_PATH = rustPlatform.rustLibSrc;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue