diff --git a/Cargo.toml b/Cargo.toml index 2be5ecf95..deda90fbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ build-inputs = ["darwin.apple_sdk.frameworks.Security"] build-inputs = ["darwin.apple_sdk.frameworks.Security"] [features] -default = ["cli", "nix-community"] +default = ["cli"] nix-community = [] cli = ["eyre", "color-eyre", "clap", "tracing-subscriber", "tracing-error"] diagnostics = ["is_ci"] diff --git a/tests/plan.rs b/tests/plan.rs index e34ad0f75..d013056bf 100644 --- a/tests/plan.rs +++ b/tests/plan.rs @@ -27,9 +27,9 @@ fn plan_compat_steam_deck() -> eyre::Result<()> { // Ensure existing plans still parse // If this breaks and you need to update the fixture, disable these tests, bump `nix_installer` to a new version, and update the plans. -#[cfg(target_os = "macos")] -#[test] -fn plan_compat_macos() -> eyre::Result<()> { - let _: InstallPlan = serde_json::from_str(MACOS)?; - Ok(()) -} +// #[cfg(target_os = "macos")] +// #[test] +// fn plan_compat_macos() -> eyre::Result<()> { +// let _: InstallPlan = serde_json::from_str(MACOS)?; +// Ok(()) +// }