feat: link to referenced projects
Alan Pearce alan@alanpearce.eu
Tue, 11 Mar 2025 15:54:20 +0100
1 files changed, 2 insertions(+), 1 deletions(-)
M internal/components/search.templ → internal/components/search.templ
@@ -24,7 +24,8 @@ templ SearchPage(tdata TemplateData, r ResultData) { @Page(tdata) { <p> - Search Nix packages and options from NixOS, Darwin and Home-Manager + Search Nix packages and options from <a href="https://nixos.org">NixOS</a>, <a href="https://github.com/LnL7/nix-darwin">nix-darwin</a> + and <a href="https://github.com/nix-community/home-manager">home-manager</a> </p> @script(tdata.Assets.ByPath["/static/search.js"]) @Search(tdata, r)