From 32429c0b1334f7a876425e9563956f349cb98af3 Mon Sep 17 00:00:00 2001 From: Gabor Pihaj Date: Wed, 17 Dec 2025 13:20:33 +0100 Subject: [PATCH] chore: use interactive sqlite via nix (#10439) This nix config change improves experience when using sqlite3 cli to explore the test DB. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10439 Reviewed-by: famfo Reviewed-by: elle <0xllx0@noreply.codeberg.org> Co-authored-by: Gabor Pihaj Co-committed-by: Gabor Pihaj --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index a96ef516a2..7d457e8e73 100644 --- a/shell.nix +++ b/shell.nix @@ -18,7 +18,7 @@ pkgs.mkShell { # backend gofumpt - sqlite + sqlite-interactive go gopls gotestsum