aboutsummaryrefslogtreecommitdiff
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
commitfc9291e883a49da0e8e97221223576fa640fe42c (patch)
tree702a1eb9e3ccaf7f785818dc31f9df1fedbed8af /assets/outbox/rustup.txt
parent76d98bdf5f4c151b666aac8a66e842b53fbdde24 (diff)
downloadarchsetup-fc9291e883a49da0e8e97221223576fa640fe42c.tar.gz
archsetup-fc9291e883a49da0e8e97221223576fa640fe42c.zip
feat(archsetup): add rustup, log-cleanup cron, update configs
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.