mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Packages: Add gcc
This commit is contained in:
parent
470acfae40
commit
00b5feb8d6
1 changed files with 9 additions and 11 deletions
|
@ -38,8 +38,16 @@ pkgs: with pkgs; []
|
|||
lightly-qt
|
||||
]
|
||||
|
||||
++ [ # PROGRAMMING LANGUAGES
|
||||
++ [ # COMPILERS & TOOLING
|
||||
gcc
|
||||
go
|
||||
(fenix.complete.withComponents [
|
||||
"rustc"
|
||||
"rust-src"
|
||||
"cargo"
|
||||
"rustfmt"
|
||||
"clippy"
|
||||
])
|
||||
]
|
||||
|
||||
++ [ # PYTHON
|
||||
|
@ -51,16 +59,6 @@ pkgs: with pkgs; []
|
|||
poetry
|
||||
]
|
||||
|
||||
++ [ # RUST
|
||||
(fenix.complete.withComponents [
|
||||
"rustc"
|
||||
"rust-src"
|
||||
"cargo"
|
||||
"rustfmt"
|
||||
"clippy"
|
||||
])
|
||||
]
|
||||
|
||||
++ [ # SHELLS
|
||||
starship
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue