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

1
.envrc
View file

@ -1 +0,0 @@
use nix

View file

@ -1,4 +1,3 @@
#!/usr/bin/env bash
if [ ! -d ".tmp" ]; then if [ ! -d ".tmp" ]; then
echo "Hello and welcome to the NextNet project! Please wait while I initialize things for you..." echo "Hello and welcome to the NextNet project! Please wait while I initialize things for you..."
cp dev.env .env cp dev.env .env

View file

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