diff options
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,6 +19,6 @@ pkgs.mkShell { # - gopls, the language server for Go to increase editor integration # - git, the version control program (used in some scripts) buildInputs = with pkgs; [ - go goimports gopls git + go gopls git ]; } |
