Skip to content

Commit

Permalink
try adding CoreServices, and SystemConfiguration frameworks in nix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Dec 19, 2024
1 parent a82a5ce commit a0b40fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
(with pkgs.darwin.apple_sdk.frameworks; [
Security
CoreFoundation
CoreServices
SystemConfiguration
]);

sharedInputs = (with pkgs; [
Expand Down

0 comments on commit a0b40fe

Please sign in to comment.