all repos — searchix @ 885d167eda998db803ae3a44f7dd49312b1c38cb

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

refactor: remove unused metadata entry

Alan Pearce
commit

885d167eda998db803ae3a44f7dd49312b1c38cb

parent

e2a18918fdb435afa0cd66ff41843aece38761a6

1 file changed, 0 insertions(+), 3 deletions(-)

changed files
M internal/importer/main.gointernal/importer/main.go
@@ -116,9 +116,6 @@ pdb, err = programs.Instantiate(ctx, source, log.Named("programs"))
if err != nil { logger.Warn("programs database instantiation failed", "error", err) } - if pdb.Path != sourceMeta.ProgramsPath { - sourceMeta.ProgramsPath = pdb.Path - } } err = setRepoRevision(files.Revision, source)