Skip to content

Commit

Permalink
flake.nix: add cargo-outdated to devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jun 15, 2024
1 parent c5f29be commit 10948f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 10948f7

Please sign in to comment.