diff --git a/shell.nix b/shell.nix index 04f44c2a0ff..ee748fc8b6b 100644 --- a/shell.nix +++ b/shell.nix @@ -8,4 +8,9 @@ pkgs.mkShell { rustup protobuf ]; + buildInputs = with pkgs; lib.optionals pkgs.stdenv.isDarwin [ + pkgs.libiconv + pkgs.darwin.apple_sdk.frameworks.DiskArbitration + pkgs.darwin.apple_sdk.frameworks.Foundation + ]; }