[UPDATE] Use Arch packaged rustup

This commit is contained in:
Bruno BELANYI 2020-08-22 18:32:40 +02:00
parent 00f2f47a8b
commit 4cad6e9f68

View file

@ -46,6 +46,7 @@ CLI_DEPENDENCIES := \
community/mypy \
community/pandoc \
community/ripgrep \
community/rustup \
community/shellcheck \
community/shfmt \
community/stack \
@ -98,10 +99,6 @@ VISUAL_DEPENDENCIES := \
extra/thunderbird \
extra/vlc \
RUST_DEPENDENCIES := \
clippy \
rustfmt \
HASKELL_DEPENDENCIES := \
brittany \
hlint \
@ -202,11 +199,10 @@ unstow-tmux:
$(STOW) -D tmux
rm -rf ~/.config/tmux/plugins/
# Development related installations
# The `rustup` package does not install a toolchain by default
.PHONY: rust
rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup component add $(RUST_DEPENDENCIES)
rustup default stable
.PHONY: haskell
haskell: