all repos — searchix @ cb37af4c87525bffc9b6f045b85e78aab18bf49d

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

feat: link to referenced projects
Alan Pearce alan@alanpearce.eu
Tue, 11 Mar 2025 15:54:20 +0100
commit

cb37af4c87525bffc9b6f045b85e78aab18bf49d

parent

604700052ed6bd3e36107960fbdbe2aa57790adb

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

jump to
M internal/components/search.templinternal/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)