From 0c2208ec7eb6c0170016ea8fd241216e930d462d Mon Sep 17 00:00:00 2001 From: Skylar Hill Date: Tue, 14 Nov 2023 10:24:08 -0600 Subject: [PATCH] Add rust build tools As much as I wanted to avoid using cargo and just stick to guix, Cargo is just really nice and also `guix shell rust-rand` with rustc didn't actually work --- home/sanderson-home.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/sanderson-home.scm b/home/sanderson-home.scm index 6c9abda..2ca544e 100644 --- a/home/sanderson-home.scm +++ b/home/sanderson-home.scm @@ -44,6 +44,7 @@ "emacs-ligature" "emacs-magit" "emacs-paredit" + "emacs-rustic" "emacs-sly" "emacs-swiper" "emacs-which-key" @@ -88,6 +89,9 @@ "picom" "pinentry-qt" "python" + "rust" + "rust-analyzer" + "rust-cargo" "rofi-wayland" "sbcl" "skribilo"