diff --git a/shell.nix b/shell.nix index e3460e5..f041eaa 100644 --- a/shell.nix +++ b/shell.nix @@ -2,5 +2,6 @@ pkgs.mkShell { buildInputs = [ pkgs.go + pkgs.gopls ]; }