all repos — searchix @ 698881aa577d2c209f162db9263fab17ced3643f

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

feat: use attribute instead of name for packages

Alan Pearce
commit

698881aa577d2c209f162db9263fab17ced3643f

parent

f10543d0aff0e203dd57287dc2b736c686e69102

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M frontend/templates/blocks/packages.gotmplfrontend/templates/blocks/packages.gotmpl
@@ -5,9 +5,9 @@ <details id="{{ .Name }}">
<summary> <h3> {{- if .Broken }} - <del>{{ .Name }}</del> + <del>{{ .Attribute }}</del> {{- else }} - {{ .Name }} + {{ .Attribute }} {{- end }} </h3> </summary>