add gotools

This commit is contained in:
Anantha Kumaran 2022-05-28 11:00:21 +05:30
parent 7a61164f2e
commit 38cf10dee8
1 changed files with 8 additions and 2 deletions

View File

@ -7,8 +7,14 @@ let
}) { };
in pkgs.mkShell {
nativeBuildInputs =
[ pinned.go_1_18 pinned.gopls pkgs.sqlite pkgs.nodejs-17_x pkgs.mdbook ];
nativeBuildInputs = [
pinned.go_1_18
pinned.gotools
pinned.gopls
pkgs.sqlite
pkgs.nodejs-17_x
pkgs.mdbook
];
shellHook = ''
export CGO_ENABLED=1