From b687c22a6a7695781c91303e714d658b65788934 Mon Sep 17 00:00:00 2001 From: Luna Nightshade Date: Wed, 21 Jun 2023 18:26:27 +0200 Subject: [PATCH] ok --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 94bd70f..8d0d950 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ export PRISMA_MIGRATION_ENGINE_BINARY="${prisma-engines}/bin/migration-engine" export PRISMA_QUERY_ENGINE_BINARY="${prisma-engines}/bin/query-engine" export PRISMA_QUERY_ENGINE_LIBRARY="${prisma-engines}/lib/libquery_engine.node" - export PRISMA_INTROSPECTION_ENGINE_BINARY="${prisma-engines}/bin/introspection-engine" + #export PRISMA_INTROSPECTION_ENGINE_BINARY="${prisma-engines}/bin/introspection-engine" export PRISMA_FMT_BINARY="${prisma-engines}/bin/prisma-fmt" ''; in rec {