fix: no results for home-manager search
1 file changed, 1 insertion(+), 2 deletions(-)
changed files
M internal/importer/ingest.go → internal/importer/ingest.go
@@ -8,7 +8,6 @@ "net/url" "os" "reflect" "searchix/internal/options" - "strings" "github.com/bcicen/jstream" "github.com/mitchellh/mapstructure"@@ -221,7 +220,7 @@ // slog.Debug("sending option", "name", kv.Key) results <- &options.NixOption{ Name: kv.Key, - Source: strings.ToLower(i.source.Name), + Source: i.source.Key, Declarations: decs, Default: convertNixValue(i.optJSON.Default), Description: options.Markdown(i.optJSON.Description),