diff options
Diffstat (limited to 'devenv.nix')
| -rw-r--r-- | devenv.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ env.GREET = "devenv"; # https://devenv.sh/packages/ - packages = [ pkgs.git ]; + packages = [ pkgs.git pkgs.protobuf pkgs.protoc-gen-go pkgs.protoc-gen-go-grpc ]; # https://devenv.sh/languages/ languages.go.enable = true; |
