From 10948f745e53a42ac6c8af0d6207ef7ff8cab750 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 16 Jun 2024 00:42:20 +0200 Subject: [PATCH] flake.nix: add cargo-outdated to devShell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5f086e7..051176e 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };