forked from extern/nix-config
archlinux: Install rust toolchain during bootstrap.sh
This is necessary during the bootstrap step since the shotgun PKGBUILD assumes that a rust toolchain is installed.
This commit is contained in:
parent
044d919bba
commit
26a074eeb4
@ -21,6 +21,9 @@ make package=tari-core
|
||||
make package=color-scripts
|
||||
make package=xeventbind
|
||||
|
||||
# Install and set the default toolchain for rust
|
||||
make rust
|
||||
|
||||
# Install yay
|
||||
make aur package=yay
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user