mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 19:08:25 +01:00
archlinux: Add make rust target
Since rustup is just the installer, we have to use it to install rust.
This commit is contained in:
parent
54c2f73d67
commit
8ac1e0f765
@ -36,6 +36,11 @@ yarnconfig:
|
||||
@yarn config set -- --emoji true
|
||||
@yarn config set prefix /usr/local
|
||||
|
||||
.PHONY: rust
|
||||
rust:
|
||||
@rustup install stable
|
||||
@rustup default stable
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@rm -fv PKGBUILDs/**/*.pkg.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user