feat(rust): add rust profile
This commit is contained in:
parent
9a45189c1c
commit
aeb831da08
3 changed files with 58 additions and 0 deletions
13
profiles/develop/programming/rust.nix
Normal file
13
profiles/develop/programming/rust.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
(fenix.complete.withComponents [
|
||||
"cargo"
|
||||
"clippy"
|
||||
"rust-src"
|
||||
"rustc"
|
||||
"rustfmt"
|
||||
])
|
||||
rust-analyzer-nightly
|
||||
gcc
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue