From 2705e97ce1cf7d6a399c5f0175c36562fdef3352 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 20 Mar 2025 13:08:25 +0100 Subject: feat: enable NUR package import --- internal/config/structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/config/structs.go') diff --git a/internal/config/structs.go b/internal/config/structs.go index 8c69733..30ad975 100644 --- a/internal/config/structs.go +++ b/internal/config/structs.go @@ -50,6 +50,7 @@ type Source struct { OutputPath string `comment:"(Fetcher=channel) Path under ./result symlink to folder containing {options,packages}.json."` Repo Repository `comment:"Used to generate declaration/definition links"` Programs ProgramsDB `comment:"Used to enable searching for programs in multi-program packages"` + JSONDepth int `comment:"Depth at which packages/object object is to be found"` } type ProgramsDB struct { -- cgit 1.4.1