diff --git a/nix/shell.nix b/nix/shell.nix index 9a793ae6229..bd3ec1db0a2 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -16,6 +16,7 @@ let inherit xcodeWrapper; withAndroidPkgs = !isMacM1; }; + in pkgs.mkShell { name = "status-go-shell"; @@ -23,7 +24,10 @@ in pkgs.mkShell { git jq which go golangci-lint go-junit-report gopls go-bindata gomobileMod codecov-cli mockgen protobuf3_20 protoc-gen-go gotestsum go-modvendor openjdk cc-test-reporter - ] ++ lib.optionals (stdenv.isDarwin) [ xcodeWrapper ]; + ] ++ lib.optionals (stdenv.isDarwin) [ xcodeWrapper + pkgs.darwin.apple_sdk.frameworks.Security + pkgs.darwin.apple_sdk.frameworks.CoreServices + ]; shellHook = lib.optionalString (!isMacM1) '' ANDROID_HOME=${pkgs.androidPkgs.androidsdk}/libexec/android-sdk