chore: Migrates development to use PostgreSQL instead.
This commit is contained in:
parent
2237568b92
commit
1ae93d71f6
12 changed files with 96 additions and 133 deletions
|
@ -2,10 +2,12 @@ let
|
|||
pkgs = import (fetchTarball ("channel:nixpkgs-unstable")) { };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = [ pkgs.nodejs pkgs.sqlite pkgs.openssl ];
|
||||
buildInputs = [ pkgs.nodejs pkgs.openssl pkgs.postgresql pkgs.lsof ];
|
||||
shellHook = ''
|
||||
export PRISMA_QUERY_ENGINE_BINARY=${pkgs.prisma-engines}/bin/query-engine
|
||||
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
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue