1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Packages: Add gcc

This commit is contained in:
RGBCube 2023-05-07 00:10:54 +03:00
parent 470acfae40
commit 00b5feb8d6

View file

@ -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
] ]