add lld to c lang config
This commit is contained in:
parent
46cb984667
commit
1dac8e8605
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [clang-tools buckle gdb lldb];
|
home.packages = with pkgs; [
|
||||||
|
clang-tools
|
||||||
|
buckle
|
||||||
|
gdb
|
||||||
|
lldb
|
||||||
|
lld
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue