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;
|
enable = true;
|
||||||
libraries = with pkgs; [
|
libraries = with pkgs; [
|
||||||
glibc
|
glibc
|
||||||
|
libcxx
|
||||||
|
libllvm
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
] ++ lib.optionals (devenv.enable) [
|
] ++ lib.optionals (devenv.enable) [
|
||||||
# languages
|
# languages
|
||||||
gcc13
|
gcc13
|
||||||
|
clang
|
||||||
rustc
|
rustc
|
||||||
cargo
|
cargo
|
||||||
go
|
go
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue