chore: add missing gotestsum to nix dev shell (#9169)

This PR adds `gotestsum` to the nix dev shell. Running the tests without having`gotestsum` systemwide installed works now.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9169
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Daniel Laguna <labellson@fastmail.com>
Co-committed-by: Daniel Laguna <labellson@fastmail.com>
This commit is contained in:
Daniel Laguna 2025-09-05 01:24:45 +02:00 committed by Gusted
commit e0d6705b71

View file

@ -21,6 +21,7 @@ pkgs.mkShell {
sqlite
go
gopls
gotestsum
# tests
openssh