From 8b1f39e5b30b5a3bad0f95d92a5909992139aca2 Mon Sep 17 00:00:00 2001 From: Vika Date: Thu, 22 Jun 2023 20:18:30 +0300 Subject: [wip] Postgres backend --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 91b2c54..e22e25f 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ { mkShell, rustc, cargo, rust-analyzer, clippy, rustfmt , cargo-watch, cargo-edit, cargo-outdated , cargo-crev, cargo-audit -, xh, systemfd, tokio-console +, xh, systemfd, tokio-console, sqlx-cli , pkg-config, protobuf, typescript, typescript-language-server }: mkShell { @@ -10,7 +10,7 @@ mkShell { nativeBuildInputs = [ rustc cargo rust-analyzer clippy rustfmt cargo-watch cargo-edit cargo-outdated - cargo-crev cargo-audit + cargo-crev cargo-audit sqlx-cli xh systemfd typescript typescript-language-server #tokio-console # required for tokio-console's console-subscriber -- cgit 1.4.1