remove rustup installation; will let the user handle it for now
This commit is contained in:
parent
a1b2ce168c
commit
12f772ffdd
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ packages:
|
|||
- "cups"
|
||||
- "ttf-firacode-nerd"
|
||||
- "otf-atkinson-hyperlegible"
|
||||
- "rustup"
|
||||
- "wezterm"
|
||||
- "neovim"
|
||||
- "gcc"
|
||||
|
@ -120,5 +119,5 @@ services:
|
|||
|
||||
commands:
|
||||
- "usermod -aG libvirt askiiart"
|
||||
- 'su askiiart -c "rustup default stable"'
|
||||
- 'su askiiart -c "rustup update"'
|
||||
- "pacman -Sc --noconfirm"
|
||||
|
|
Loading…
Reference in a new issue