Skip to content

Commit

Permalink
fix: Further Nix build fixes for MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Nov 1, 2023
1 parent 916f1b1 commit c29479f
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 @@ -21,6 +21,7 @@
pkgs.pkg-config
] ++ lib.optionals stdenv.isDarwin [
pkgs.darwin.apple_sdk.frameworks.Security
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
];

buildInputs = [
Expand Down

0 comments on commit c29479f

Please sign in to comment.