first attempt at making nix build work

This commit is contained in:
Chris Cochrun 2022-09-22 15:06:52 -05:00
parent 31d668b1e3
commit ff4c301325
4 changed files with 30 additions and 9 deletions

View file

@ -6,8 +6,8 @@ mkShell rec {
nativeBuildInputs = [
gcc
gnumake
clang
clang-tools
clang_14
clang-tools_14
cmake
extra-cmake-modules
pkg-config