feat(langs/c): use clang
This commit is contained in:
@@ -15,6 +15,7 @@ lib.my.makeSwitch {
|
|||||||
config' = {
|
config' = {
|
||||||
my.hm.home.packages = with pkgs; [
|
my.hm.home.packages = with pkgs; [
|
||||||
gcc
|
gcc
|
||||||
|
(lib.hiPrio clang)
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake
|
cmake
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user