Fix nix shell (#17982)

Recently `cmake` was added as a build-time dependency to the wasm
runtime. This adds that dependency to our nix shell env.

Release Notes:

- N/A
This commit is contained in:
jvmncs 2024-09-17 22:09:59 -04:00 committed by GitHub
parent 2e72fd210a
commit 8e30229ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 21 deletions

View file

@ -26,6 +26,7 @@ in
nativeBuildInputs = with pkgs; [
clang
curl
cmake
perl
pkg-config
protobuf