feat: add clang and libraries

This commit is contained in:
Jacob Bachmann 2024-01-21 01:02:42 +01:00
parent 2ec32e3ec6
commit cb9c677f10
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,8 @@
enable = true;
libraries = with pkgs; [
glibc
libcxx
libllvm
];
};
}

View file

@ -17,6 +17,7 @@
] ++ lib.optionals (devenv.enable) [
# languages
gcc13
clang
rustc
cargo
go