feat(langs/c): use clang

This commit is contained in:
2025-11-22 22:03:21 +08:00
parent 3cb98cfeb0
commit 15ac780c9d

View File

@@ -15,6 +15,7 @@ lib.my.makeSwitch {
config' = {
my.hm.home.packages = with pkgs; [
gcc
(lib.hiPrio clang)
clang-tools
cmake
];