Skip to content

Commit

Permalink
to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkenigs committed Jan 15, 2024
1 parent 9f9a4d2 commit ff93031
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
12 changes: 6 additions & 6 deletions tests/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(())
// }

0 comments on commit ff93031

Please sign in to comment.