Browse Source

Fix go shell

main
parent
commit
32bcfa015b
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 6
      README.org
  2. 6
      shells/go.nix

6
README.org

@ -223,10 +223,8 @@ mkShell {
buildInputs = [ buildInputs = [
go go
gopls gopls
# FIXME: Broken on nixpkgs/unstable.
# protoc-gen-go
# protoc-gen-go-grpc
protoc-gen-go
protoc-gen-go-grpc
]; ];
shellHook = '' shellHook = ''
export GO111MODULE=on export GO111MODULE=on

6
shells/go.nix

@ -6,10 +6,8 @@ mkShell {
buildInputs = [ buildInputs = [
go go
gopls gopls
# FIXME: Broken on nixpkgs/unstable.
# protoc-gen-go
# protoc-gen-go-grpc
protoc-gen-go
protoc-gen-go-grpc
]; ];
shellHook = '' shellHook = ''
export GO111MODULE=on export GO111MODULE=on

Loading…
Cancel
Save