From 076356607ac2fd1f3b945f9d7aab3d50beacd458 Mon Sep 17 00:00:00 2001 From: Luna Nightshade Date: Wed, 21 Jun 2023 21:10:15 +0200 Subject: [PATCH] This fixes the build --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 20aadb8..f2434f4 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/migration-engine" export PRISMA_FMT_BINARY="${prisma-engines}/bin/prisma-fmt" ''; in rec {