chore: Remove things for more compatibility.
This commit is contained in:
parent
aeef8e4931
commit
31cbb1e264
3 changed files with 1 additions and 3 deletions
1
.envrc
1
.envrc
|
@ -1 +0,0 @@
|
||||||
use nix
|
|
1
init.sh
1
init.sh
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue