From c90050910ac7de1fdbf81ce484c40c9116e13fa2 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Mon, 14 Jul 2025 17:52:32 +1000 Subject: [PATCH] Add rust --- hosts/modules/base.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/modules/base.nix b/hosts/modules/base.nix index 7b706e2..0bf5503 100644 --- a/hosts/modules/base.nix +++ b/hosts/modules/base.nix @@ -113,11 +113,16 @@ wireguard-tools zip + # build tools binutils cmake gcc clang gnumake libtool + + # rust + cargo + rustc ]; }