Skip to content

Commit

Permalink
Add prisma-engines env vars to package
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsgirao committed Dec 22, 2023
1 parent a16fe05 commit 29ea2b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ buildNpmPackage rec {
src = lib.cleanSource ./.;


PRISMA_SCHEMA_ENGINE_BINARY = "${pkgs.prisma-engines}/bin/schema-engine";
PRISMA_QUERY_ENGINE_BINARY = "${pkgs.prisma-engines}/bin/query-engine";
PRISMA_QUERY_ENGINE_LIBRARY = "${pkgs.prisma-engines}/lib/libquery_engine.node";
PRISMA_INTROSPECTION_ENGINE_BINARY = "${pkgs.prisma-engines}/bin/introspection-engine";
PRISMA_FMT_BINARY = "${pkgs.prisma-engines}/bin/prisma-fmt";

# npmDepsHash = lib.fakeHash;
npmDepsHash = "sha256-TACCzj+LlSDpK/3mcdPFMPX9IliQOK9zIHknqpCJeS4=";

Expand Down

0 comments on commit 29ea2b5

Please sign in to comment.