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";