Merge pull request #16 from numtide/R-VdP-patch-1

Remove outdated to-do.
This commit is contained in:
Ramses 2023-06-06 01:52:14 +02:00 committed by GitHub
commit 24efe8191a
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)