From 298942850e5d903d7524cdc8aaee0561541c8395 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 9 May 2020 10:12:06 -0400 Subject: [PATCH] shell.nix: cargo-watch --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 5334d8d..0980dad 100644 --- a/shell.nix +++ b/shell.nix @@ -27,6 +27,7 @@ in pkgs.mkShell { # gamebridge rustc cargo + cargo-watch rls rustfmt ];