Nix package manager

This commit is contained in:
Roey Darwish Dror
2018-10-21 13:05:49 +03:00
parent 621e1d4d6e
commit 78396fc438
3 changed files with 33 additions and 0 deletions

View File

@@ -186,6 +186,11 @@ fn run() -> Result<(), Error> {
|terminal| unix::run_homebrew(terminal, opt.dry_run),
&mut execution_context,
)?);
#[cfg(unix)]
report.push_result(execute(
|terminal| unix::run_nix(terminal, opt.dry_run),
&mut execution_context,
)?);
if !opt.no_emacs {
git_repos.insert(base_dirs.home_dir().join(".emacs.d"));