Skip to content

Commit

Permalink
Fix build-qe-wasm when nix is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Jan 17, 2024
1 parent b157f36 commit 21ffa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CONFIG_FILE = .test_config
SCHEMA_EXAMPLES_PATH = ./query-engine/example_schemas
DEV_SCHEMA_FILE = dev_datamodel.prisma
DRIVER_ADAPTERS_BRANCH ?= main
NIX := $(shell command -v nix 2> /dev/null)
NIX := $(shell type nix 2> /dev/null)

LIBRARY_EXT := $(shell \
case "$$(uname -s)" in \
Expand Down

0 comments on commit 21ffa38

Please sign in to comment.