mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-12-18 22:36:08 -05:00
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:
parent
50ff61ba05
commit
32429c0b13
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ pkgs.mkShell {
|
|||
|
||||
# backend
|
||||
gofumpt
|
||||
sqlite
|
||||
sqlite-interactive
|
||||
go
|
||||
gopls
|
||||
gotestsum
|
||||
|
|
|
|||
Loading…
Reference in a new issue