about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorAlan Pearce2025-03-19 17:55:30 +0100
committerAlan Pearce2025-03-19 17:55:30 +0100
commitccb36bef2996c1c6519ff2e39973827bc42e2651 (patch)
treec5a233b8a319eefdb782560e470a655c42b70b2e /README.md
parent9102aef53c5fb73585359306a518e726a3623731 (diff)
downloadsearchix-ccb36bef2996c1c6519ff2e39973827bc42e2651.tar.lz
searchix-ccb36bef2996c1c6519ff2e39973827bc42e2651.tar.zst
searchix-ccb36bef2996c1c6519ff2e39973827bc42e2651.zip
docs: add build status badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 17 insertions, 15 deletions
diff --git a/README.md b/README.md
index aa38a62..4430131 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,20 @@
 # Searchix
 
+[![Build Status](https://ci.alanpearce.eu/badge/searchix.svg)](https://ci.alanpearce.eu/jobs/searchix)
+
 A search tool to find options and packages in the NixOS ecosystem. Aims to be like [search.nixos.org](https://search.nixos.org/) with more sources:
 
--   NixOS options
--   Nix packages
--   [Nix darwin](https://github.com/LnL7/nix-darwin) options
--   [Home manager](https://github.com/nix-community/home-manager) options.
+- NixOS options
+- Nix packages
+- [Nix darwin](https://github.com/LnL7/nix-darwin) options
+- [Home manager](https://github.com/nix-community/home-manager) options.
 
 There is an instance running at [searchix.alanpearce.eu](https://searchix.alanpearce.eu/), which uses the following channels, with updates attempted daily:
 
--   nixos-options: nixos-unstable
--   nixpkgs: nixos-unstable
--   darwin: master
--   home-manager: master
+- nixos-options: nixos-unstable
+- nixpkgs: nixos-unstable
+- darwin: master
+- home-manager: master
 
 You can also [run it yourself](./docs/running.md), if you're feeling bold. It's very light-weight!
 
@@ -34,13 +36,13 @@ Also, I wanted to learn Go!
 
 ## Goals
 
--   Lean/simple
--   Responsive (i.e. low latency)
--   Minimal JavaScript for progressive enhancement
--   Quickly switch between (options) sources with the same query
--   Querying "git" should give relevant results:
-    -   Options: programs.git.{enable,package}
-    -   Packages: git/gitMinimal/gitFull...
+- Lean/simple
+- Responsive (i.e. low latency)
+- Minimal JavaScript for progressive enhancement
+- Quickly switch between (options) sources with the same query
+- Querying "git" should give relevant results:
+    - Options: programs.git.{enable,package}
+    - Packages: git/gitMinimal/gitFull...
 
 ### Future