all repos — searchix @ c51ca7c62e08f43ef9974af35886d30ce54a1f22

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

refactor: use interface to unify Options and Packages

Alan Pearce
commit

c51ca7c62e08f43ef9974af35886d30ce54a1f22

parent

0ef52f2f82c62694c5420f7f6c82fb8c45900d1d

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/importer/importer.gointernal/importer/importer.go
@@ -75,7 +75,7 @@ wg.Add(1)
options, pErrs := processor.Process(ctx) wg.Add(1) - iErrs := indexer.ImportOptions(ctx, options) + iErrs := indexer.Import(ctx, options) var hadErrors bool go func() {