Remove outdated to-do.

This commit is contained in:
Ramses 2023-06-06 01:49:44 +02:00 committed by GitHub
parent 9403324ea4
commit 841efc2bc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)