Skip to content

Commit

Permalink
add jq to the build-engine-wasm output
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Jan 30, 2024
1 parent 77b39d9 commit ab14295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/all-engines.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ in

packages.build-engine-wasm = pkgs.writeShellApplication {
name = "build-engine-wasm";
runtimeInputs = with pkgs; [ git rustup wasm-pack wasm-bindgen-cli binaryen];
runtimeInputs = with pkgs; [ git rustup wasm-pack wasm-bindgen-cli binaryen jq];
text = ''
cd query-engine/query-engine-wasm
WASM_BUILD_PROFILE=release bash ./build.sh
Expand Down

0 comments on commit ab14295

Please sign in to comment.