all repos — searchix @ 13c673dab5bd4e3a23c89304635034137fdbc78f

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

refactor: move interfaces closer to usage

Alan Pearce
commit

13c673dab5bd4e3a23c89304635034137fdbc78f

parent

40f7fe5cb75c254cf595b9ad50de6de99fd78c7b

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

changed files
M internal/components/combined.gointernal/components/combined.go
@@ -9,7 +9,7 @@ g "alin.ovh/gomponents"
. "alin.ovh/gomponents/html" ) -func CombinedData(data nix.Importable) g.Node { +func CombinedData(data index.Indexable) g.Node { switch data := data.(type) { case nix.Option: return firstSentence(data.Description)