1
0
mirror of synced 2024-11-12 01:10:47 +01:00

Try this to hopefully fix the build

This commit is contained in:
Luna Nightshade 2023-06-21 18:20:49 +02:00
parent 5a71571118
commit 16c09d2a57

View File

@ -12,7 +12,7 @@
let
pkgs = nixpkgs.legacyPackages."${system}";
inputs = with pkgs; [ pkg-config python3 ];
inputs = with pkgs; [ pkg-config python3 prisma-engines ];
# This likely sucks ass
# https://github.com/prisma/prisma/issues/3026