committed by
GitHub
parent
2b89f87a37
commit
62a154bc27
@@ -141,7 +141,8 @@ fn run() -> Result<()> {
|
||||
{
|
||||
if config.should_run(Step::PackageManagers) {
|
||||
runner.execute("brew", || unix::run_homebrew(config.cleanup(), run_type))?;
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
runner.execute("MacPorts", || macos::run_macports(&ctx))?;
|
||||
runner.execute("nix", || unix::run_nix(&ctx))?;
|
||||
runner.execute("home-manager", || unix::run_home_manager(run_type))?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user