chore: Remove things for more compatibility.

This commit is contained in:
greysoh 2024-04-21 20:29:35 -04:00
parent aeef8e4931
commit 31cbb1e264
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
3 changed files with 1 additions and 3 deletions

View file

@ -8,6 +8,6 @@ pkgs.mkShell {
export PRISMA_QUERY_ENGINE_LIBRARY=${pkgs.prisma-engines}/lib/libquery_engine.node
export PRISMA_SCHEMA_ENGINE_BINARY=${pkgs.prisma-engines}/bin/schema-engine
bash init.sh
source init.sh
'';
}