pub fn upload_paths_to_cache( paths: impl IntoIterator<Item = impl AsRef<Path>>, cache: &str, fanout_factor: usize, ) -> Result<(), NixError>
Upload store paths to cache using the nix tooling