Skip to content

Commit

Permalink
fix: Add SystemConfiguration Apple package building on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jul 9, 2024
1 parent b01736a commit 8aa7bdf
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 @@ -43,6 +43,7 @@
] ++ lib.optionals pkgs.stdenv.isDarwin [
# Additional darwin specific inputs can be set here
pkgs.libiconv
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
];

# Additional environment variables can be set directly
Expand Down

0 comments on commit 8aa7bdf

Please sign in to comment.