Skip to content

Commit

Permalink
Makefile consistency with nix in .envrc
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Jan 22, 2024
1 parent 384b232 commit 3f5d84c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ CONFIG_FILE = .test_config
SCHEMA_EXAMPLES_PATH = ./query-engine/example_schemas
DEV_SCHEMA_FILE = dev_datamodel.prisma
DRIVER_ADAPTERS_BRANCH ?= main

ifndef DISABLE_NIX
NIX := $(shell type nix 2> /dev/null)
endif

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

0 comments on commit 3f5d84c

Please sign in to comment.