Files
spring-grpc/samples/grpc-server-netty-shaded/shell.nix
2024-10-25 12:10:57 +01:00

7 lines
106 B
Nix

with import <nixpkgs> { };
mkShell {
name = "env";
buildInputs = [ gcc zlib zlib.static grpcurl ];
}