diff --git a/shell.nix b/shell.nix index 3bb54a7..d2a7dc7 100644 --- a/shell.nix +++ b/shell.nix @@ -3,5 +3,6 @@ pkgs.mkShell { buildInputs = with pkgs; [ go + gopls ]; }