Browse Source

Fix development shell(s)

main
parent
commit
a4b7116f67
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 10
      README.org
  2. 6
      shells/go.nix
  3. 4
      shells/grpc.nix

10
README.org

@ -211,8 +211,10 @@ mkShell {
buildInputs = [ buildInputs = [
go go
gopls gopls
protoc-gen-go
protoc-gen-go-grpc
# FIXME: Broken on nixpkgs/unstable.
# protoc-gen-go
# protoc-gen-go-grpc
]; ];
shellHook = '' shellHook = ''
export GO111MODULE=on export GO111MODULE=on
@ -286,7 +288,9 @@ mkShell {
grpc grpc
grpcui grpcui
grpcurl grpcurl
grpc-tools
# FIXME: Broken on nixpkgs/unstable.
# grpc-tools
]; ];
shellHook = '' shellHook = ''
''; '';

6
shells/go.nix

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

4
shells/grpc.nix

@ -7,7 +7,9 @@ mkShell {
grpc grpc
grpcui grpcui
grpcurl grpcurl
grpc-tools
# FIXME: Broken on nixpkgs/unstable.
# grpc-tools
]; ];
shellHook = '' shellHook = ''
''; '';

Loading…
Cancel
Save