refactor(nix-hm): reinclude C and C++ deps and programs

This commit is contained in:
Price Hiller 2024-01-24 16:00:14 -06:00
parent a1bd366c1b
commit 13c3ab8ff6
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -40,8 +40,6 @@ in
wget
rsync
readline
gnumake
cmake
git
gh
ffmpeg
@ -74,13 +72,14 @@ in
typstfmt
typst
] ++ [
# gcc
# glibc
# libgccjit
# openssl.dev
# glibc.static
# llvm
# llvmPackages.libcxxStdenv
gnumake
cmake
gcc
glibc
openssl.dev
glibc.static
llvm
llvmPackages.libcxxStdenv
];