Skip to content

Commit

Permalink
try adding CoreFoundation for macos nix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell authored and bhansconnect committed Jan 4, 2025
1 parent 3344b47 commit 6e9b625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
lib.optionals stdenv.isDarwin
(with pkgs.darwin.apple_sdk.frameworks; [
Security
CoreFoundation
]);

sharedInputs = (with pkgs; [
Expand Down

0 comments on commit 6e9b625

Please sign in to comment.