programming: move from profiles to modules
This commit is contained in:
parent
7619efa202
commit
acab26156e
10 changed files with 0 additions and 11 deletions
13
modules/global/programming/rust.nix
Normal file
13
modules/global/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