From fe031b4c55011192818c071ab1573b981297e4bc Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 7 May 2023 14:13:29 -0400 Subject: [PATCH] add rust packages to developer config --- user/modules/dev.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/modules/dev.nix b/user/modules/dev.nix index 66cf4eb..623df9b 100644 --- a/user/modules/dev.nix +++ b/user/modules/dev.nix @@ -18,5 +18,9 @@ # Nix rnix-lsp nixpkgs-fmt + # Rust + cargo + rustc + rustfmt ]; }