feat: add clang and libraries
This commit is contained in:
parent
2ec32e3ec6
commit
cb9c677f10
2 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
glibc
|
||||
libcxx
|
||||
libllvm
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
] ++ lib.optionals (devenv.enable) [
|
||||
# languages
|
||||
gcc13
|
||||
clang
|
||||
rustc
|
||||
cargo
|
||||
go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue