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 wget
rsync rsync
readline readline
gnumake
cmake
git git
gh gh
ffmpeg ffmpeg
@ -74,13 +72,14 @@ in
typstfmt typstfmt
typst typst
] ++ [ ] ++ [
# gcc gnumake
# glibc cmake
# libgccjit gcc
# openssl.dev glibc
# glibc.static openssl.dev
# llvm glibc.static
# llvmPackages.libcxxStdenv llvm
llvmPackages.libcxxStdenv
]; ];