From 980edb292f40bc8ee812cd8cef56e9b90ef88372 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 18 Oct 2023 17:32:24 +0100 Subject: [PATCH] feat(rust): add new cargo plugins --- home/apps/rust.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/apps/rust.nix b/home/apps/rust.nix index fcb568d..54697b3 100644 --- a/home/apps/rust.nix +++ b/home/apps/rust.nix @@ -3,6 +3,8 @@ rustup sccache mdbook + cargo-watch + cargo-msrv ]; home.sessionVariables = { RUSTC_WRAPPER = "sccache";