Remove outdated to-do.
This commit is contained in:
parent
9403324ea4
commit
841efc2bc7
1 changed files with 0 additions and 1 deletions
|
|
@ -340,7 +340,6 @@ fn prepopulate(
|
||||||
} => {
|
} => {
|
||||||
let store_path = StorePath::try_from(store_path_or_active_profile(maybe_store_path))?;
|
let store_path = StorePath::try_from(store_path_or_active_profile(maybe_store_path))?;
|
||||||
copy_closure(&store_path, target_host)?;
|
copy_closure(&store_path, target_host)?;
|
||||||
//TODO: this currently fails in the VM test, need to figure out why
|
|
||||||
do_register(&store_path, target_host, use_remote_sudo, nix_options)?;
|
do_register(&store_path, target_host, use_remote_sudo, nix_options)?;
|
||||||
do_prepopulate(&store_path, ephemeral, target_host, use_remote_sudo)?;
|
do_prepopulate(&store_path, ephemeral, target_host, use_remote_sudo)?;
|
||||||
Ok(store_path)
|
Ok(store_path)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue