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 <famfo@famfo.xyz>
Reviewed-by: elle <0xllx0@noreply.codeberg.org>
Co-authored-by: Gabor Pihaj <gabor.pihaj@gmail.com>
Co-committed-by: Gabor Pihaj <gabor.pihaj@gmail.com>
This commit is contained in:
Gabor Pihaj 2025-12-17 13:20:33 +01:00 committed by Gusted
parent 50ff61ba05
commit 32429c0b13

View file

@ -18,7 +18,7 @@ pkgs.mkShell {
# backend
gofumpt
sqlite
sqlite-interactive
go
gopls
gotestsum