Configure Rust in Gentoo
This commit is contained in:
parent
2fab0809b2
commit
2e13c06bb5
3 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,7 @@ Packages
|
|||
* `app-portage/mirrorselect`
|
||||
* `app-shells/fish`
|
||||
* `dev-lang/ruby`
|
||||
* `dev-lang/rust-bin`
|
||||
* `dev-python/python-pam`
|
||||
* `dev-vcs/git`
|
||||
* `dev-vcs/git-lfs`
|
||||
|
|
1
gentoo/etc/portage/package.mask/rust
Normal file
1
gentoo/etc/portage/package.mask/rust
Normal file
|
@ -0,0 +1 @@
|
|||
dev-lang/rust
|
1
gentoo/etc/portage/package.use/rust
Normal file
1
gentoo/etc/portage/package.use/rust
Normal file
|
@ -0,0 +1 @@
|
|||
dev-lang/rust-bin clippy rust-analyzer rust-src rustfmt
|
Loading…
Reference in a new issue