From bef974eda7b8a8d83574d4a3b7dc5730444cdc19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sun, 8 Sep 2024 22:21:22 +0200 Subject: [PATCH] build(darwin): add nescesarry apple_sdk packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index e33349c..eb3c1f6 100644 --- a/flake.nix +++ b/flake.nix @@ -109,6 +109,8 @@ ++ lib.optionals pkgs.stdenv.isDarwin [ # Additional darwin specific inputs can be set here pkgs.libiconv + pkgs.darwin.apple_sdk.frameworks.Security + pkgs.darwin.apple_sdk.frameworks.SystemConfiguration ]; # Additional environment variables can be set directly