From 69498c2a6ec7ff75d24a4a500691f37eccc95a81 Mon Sep 17 00:00:00 2001 From: greysoh Date: Fri, 26 Apr 2024 13:17:34 -0400 Subject: [PATCH] chore: Change formatting. --- shell.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 8b9e482..6b825f1 100644 --- a/shell.nix +++ b/shell.nix @@ -1,8 +1,6 @@ { pkgs ? import { }, -}: - -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