summaryrefslogtreecommitdiff
path: root/assets/outbox/rustup.txt
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-27 10:51:03 -0600
committerCraig Jennings <c@cjennings.net>2026-02-27 10:51:03 -0600
commit53ea56ccb050b4a72f7919e8ee6b9146cc816251 (patch)
tree30d179abdcf75f1d454fc86e4447ea0589c7b93a /assets/outbox/rustup.txt
parent534826f7f32352c8d9de841e9e07cd63e8acf711 (diff)
feat(archsetup): add rustup, log-cleanup cron, update configsHEADmain
Add rustup toolchain manager to developer_workstation (before AUR packages that need rust to compile). Add log-cleanup cron job with test validation. Update ISO glob for archangel naming. Add dunst icon theme, hyprlock animations, waybar log filtering.
Diffstat (limited to 'assets/outbox/rustup.txt')
-rw-r--r--assets/outbox/rustup.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/outbox/rustup.txt b/assets/outbox/rustup.txt
new file mode 100644
index 0000000..4266eea
--- /dev/null
+++ b/assets/outbox/rustup.txt
@@ -0,0 +1,7 @@
+Install rustup instead of the rust pacman package.
+
+pacman -S rustup
+rustup default stable
+
+This replaces the standalone rust package with rustup-managed toolchains.
+Switched on ratio on 2026-02-27 during system health check.