chore: Change formatting.

This commit is contained in:
greysoh 2024-04-26 13:17:34 -04:00
parent 352b191daa
commit 69498c2a6e
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -1,8 +1,6 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
}: pkgs.mkShell {
buildInputs = [ pkgs.nodejs pkgs.openssl pkgs.postgresql pkgs.lsof ];
shellHook = ''
export PRISMA_QUERY_ENGINE_BINARY=${pkgs.prisma-engines}/bin/query-engine