making default.nix work

This commit is contained in:
Chris Cochrun 2022-09-23 05:41:50 -05:00
parent 5713f40208
commit f32c92c0ce
3 changed files with 53 additions and 49 deletions

View file

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