From c3a00a853a2846c78914b08c1c68d906b25f8607 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Mon, 14 Jul 2025 18:13:21 +1000 Subject: [PATCH] Remove rustup Stops things like cargo build from just working. --- hosts/modules/base.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/modules/base.nix b/hosts/modules/base.nix index 7bc4a90..0bf5503 100644 --- a/hosts/modules/base.nix +++ b/hosts/modules/base.nix @@ -124,6 +124,5 @@ # rust cargo rustc - rustup ]; }