From e0d6705b7180f9042e0201c6d5f2c40766b571a5 Mon Sep 17 00:00:00 2001 From: Daniel Laguna Date: Fri, 5 Sep 2025 01:24:45 +0200 Subject: [PATCH] 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 Co-authored-by: Daniel Laguna Co-committed-by: Daniel Laguna --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index cfd555fa37..a96ef516a2 100644 --- a/shell.nix +++ b/shell.nix @@ -21,6 +21,7 @@ pkgs.mkShell { sqlite go gopls + gotestsum # tests openssh