From d63d1a4513f7b2a1eb8df26edb40d4c5eb86ed68 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Thu, 29 Jun 2023 23:53:06 +0200 Subject: [PATCH] Fix go input --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index ad17872..e141813 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ with import {}; mkShell { buildInputs = [ - go_1_20 + go gotestsum gnumake modd