diff options
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -21,7 +21,13 @@ pkgs = nixpkgsFor.${system}; in { - default = pkgs.mkShell { buildInputs = with pkgs; [ go ]; }; + default = pkgs.mkShell { + buildInputs = with pkgs; [ + go + golint + gopls + ]; + }; } ); }; |
