add clang to system packages
I consider C support essential for my daily needs and different compiler versions not too important for my workstation needs when I work on projects alone.
This commit is contained in:
parent
22d96f9144
commit
4f1d926d62
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; # Cross-compilation for aarch64 through QEMU
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; # Cross-compilation for aarch64 through QEMU
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
clang
|
||||||
|
clang-manpages
|
||||||
|
clang-tools
|
||||||
mangohud
|
mangohud
|
||||||
obs-studio
|
obs-studio
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue