all repos — searchix @ 2705e97ce1cf7d6a399c5f0175c36562fdef3352

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: enable NUR package import

Alan Pearce
commit

2705e97ce1cf7d6a399c5f0175c36562fdef3352

parent

ff1e9539fca1f011cfd52d0309a373f211c3fd10

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M internal/config/structs.gointernal/config/structs.go
@@ -50,6 +50,7 @@ Timeout Duration `comment:"Abort import if it takes longer than this."`
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 {