mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00: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
|
# backend
|
||||||
gofumpt
|
gofumpt
|
||||||
sqlite
|
sqlite-interactive
|
||||||
go
|
go
|
||||||
gopls
|
gopls
|
||||||
gotestsum
|
gotestsum
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue