From 99239a82d424dff1447ce14445c918de50fb7213 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Mon, 10 Feb 2025 10:56:48 +0000 Subject: [PATCH] Revert from sqlite-interactive to sqlite. --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 800e0779..acf6b716 100644 --- a/shell.nix +++ b/shell.nix @@ -18,7 +18,7 @@ pkgs.mkShell { pkgs.nodejs # js api + ui pkgs.yarn # ui pkgs.openssl - pkgs.sqlite-interactive # sqlite binary + library for diesel + pkgs.sqlite # sqlite binary + library for diesel pkgs.postgresql # psql binary + library for diesel pkgs.cargo-cross # cross-compiling pkgs.diesel-cli # diesel cli