diff --git a/flake.nix b/flake.nix index 64cc6821..852aa4af 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,10 @@ let pkgs = import nixpkgs { inherit system overlays; }; nativeBuildInputs = with pkgs; [ pkg-config ]; - buildInputs = with pkgs; [ openssl ]; + buildInputs = with pkgs; [ openssl ] ++ + lib.optionals pkgs.stdenv.isDarwin [ + pkgs.darwin.apple_sdk.frameworks.SystemConfiguration + ]; in { devShells = {