flake.nix: add cargo-outdated to devShell

This commit is contained in:
Astro 2024-06-16 00:42:20 +02:00
parent c5f29bef43
commit 10948f745e

View file

@ -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;
}; };