This commit is contained in:
Roey Darwish Dror
2020-02-29 09:07:03 +02:00
committed by GitHub
parent 2ca27f2682
commit d4caac1fa5
2 changed files with 9 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ fn run() -> Result<()> {
runner.execute("MacPorts", || macos::run_macports(&ctx))?;
runner.execute("nix", || unix::run_nix(&ctx))?;
runner.execute("home-manager", || unix::run_home_manager(run_type))?;
runner.execute("asdf", || unix::run_asdf(run_type))?;
}
}