Skip to content

Commit

Permalink
Add openssl to nativeBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsgirao committed Dec 22, 2023
1 parent 883f210 commit 9f3e17b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ buildNpmPackage rec {
openssl
];

nativeBuildInputs = with pkgs; [
openssl
];
configurePhase = ''
${nodePackages.prisma}/bin/prisma generate
'';
Expand Down

0 comments on commit 9f3e17b

Please sign in to comment.