FallbackPackageSupplier

Combines two package suppliers and uses the second as fallback to handle failures.

Assumes that both registries serve the same packages (--mirror).

package
alias FallbackPackageSupplier = AutoImplement!(AbstractFallbackPackageSupplier, fallback)

Meta