mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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
|
lightly-qt
|
||||||
]
|
]
|
||||||
|
|
||||||
++ [ # PROGRAMMING LANGUAGES
|
++ [ # COMPILERS & TOOLING
|
||||||
|
gcc
|
||||||
go
|
go
|
||||||
|
(fenix.complete.withComponents [
|
||||||
|
"rustc"
|
||||||
|
"rust-src"
|
||||||
|
"cargo"
|
||||||
|
"rustfmt"
|
||||||
|
"clippy"
|
||||||
|
])
|
||||||
]
|
]
|
||||||
|
|
||||||
++ [ # PYTHON
|
++ [ # PYTHON
|
||||||
|
@ -51,16 +59,6 @@ pkgs: with pkgs; []
|
||||||
poetry
|
poetry
|
||||||
]
|
]
|
||||||
|
|
||||||
++ [ # RUST
|
|
||||||
(fenix.complete.withComponents [
|
|
||||||
"rustc"
|
|
||||||
"rust-src"
|
|
||||||
"cargo"
|
|
||||||
"rustfmt"
|
|
||||||
"clippy"
|
|
||||||
])
|
|
||||||
]
|
|
||||||
|
|
||||||
++ [ # SHELLS
|
++ [ # SHELLS
|
||||||
starship
|
starship
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue