Skip to content

Commit

Permalink
Add extra buildInputs needed to use nix-shell on mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
trhodeos committed Jan 28, 2025
1 parent dddc4ee commit ab99403
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
}

0 comments on commit ab99403

Please sign in to comment.