diff --git a/nix/dev-shell.nix b/nix/dev-shell.nix --- a/nix/dev-shell.nix +++ b/nix/dev-shell.nix @@ -6,6 +6,7 @@ , boost , cargo , cmake +, cocoapods , cryptopp , darwin , folly @@ -52,7 +53,8 @@ pkg-config protobuf_3_15_cmake grpc - + ] ++ lib.optionals stdenv.isDarwin [ + cocoapods # needed for ios ]; # include any libraries buildInputs