about summary refs log tree commit diff stats
path: root/internal/importer/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/importer/options.go')
-rw-r--r--internal/importer/options.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/importer/options.go b/internal/importer/options.go
index a586a3f..695b5e2 100644
--- a/internal/importer/options.go
+++ b/internal/importer/options.go
@@ -70,7 +70,7 @@ func NewOptionProcessor(
 	log *log.Logger,
 ) (*OptionIngester, errors.E) {
 	i := OptionIngester{
-		dec:     jstream.NewDecoder(infile, 1).EmitKV(),
+		dec:     jstream.NewDecoder(infile, source.JSONDepth).EmitKV(),
 		log:     log,
 		optJSON: nixOptionJSON{},
 		infile:  infile,