about summary refs log tree commit diff stats
path: root/internal/importer/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/importer/main.go')
-rw-r--r--internal/importer/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/importer/main.go b/internal/importer/main.go
index 2d87e33..0b7a99d 100644
--- a/internal/importer/main.go
+++ b/internal/importer/main.go
@@ -34,6 +34,8 @@ func Start(cfg *config.Config, indexer *index.WriteIndex, replace bool) error {
 			imp = NewNixpkgsChannelImporter(source, importerDataPath, logger)
 		case config.Channel:
 			imp = NewChannelImporter(source, importerDataPath, logger)
+		case config.DownloadOptions:
+			imp = NewDownloadOptionsImporter(source, importerDataPath, logger)
 		default:
 			log.Printf("unsupported importer type %s", source.Type.String())