From 4388fa11e554172ac9d6623be9b3d2b553ed6f5f Mon Sep 17 00:00:00 2001 From: 1vipulgupta Date: Tue, 19 Dec 2023 22:42:11 +0530 Subject: [PATCH] fixed intel build --- rust.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust.nix b/rust.nix index 13c8aec7..61f6851b 100644 --- a/rust.nix +++ b/rust.nix @@ -53,7 +53,11 @@ cargo-expand cargo-nextest config.process-compose.cargo-doc-live.outputs.package - ]; + ] ++ lib.optionals pkgs.stdenv.isDarwin ( + [ + pkgs.darwin.apple_sdk_11_0.frameworks.IOKit + pkgs.darwin.apple_sdk_11_0.frameworks.Security + ]); shellHook = '' echo echo "🍎🍎 Run 'just ' to get started"