diff options
author | Alan Pearce | 2025-03-22 16:56:39 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-22 16:56:39 +0100 |
commit | 6f21abc4c10f69d351573599e033394db9b279b0 (patch) | |
tree | cb45624660d6a2ee90bf14f3a6cb0517124fc1eb | |
parent | 1328df9c5ca44e903a052c9bfc9a67dd34e25704 (diff) | |
download | searchix-6f21abc4c10f69d351573599e033394db9b279b0.tar.lz searchix-6f21abc4c10f69d351573599e033394db9b279b0.tar.zst searchix-6f21abc4c10f69d351573599e033394db9b279b0.zip |
docs: change status to beta
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md index 4430131..cb3877e 100644 --- a/README.md +++ b/README.md @@ -7,20 +7,22 @@ A search tool to find options and packages in the NixOS ecosystem. Aims to be li - NixOS options - Nix packages - [Nix darwin](https://github.com/LnL7/nix-darwin) options -- [Home manager](https://github.com/nix-community/home-manager) options. +- [Home manager](https://github.com/nix-community/home-manager) options +- [Nix User Repository](https://github.com/nix-community/NUR) packages 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 +- darwin: master branch +- home-manager: master branch +- nur: main branch -You can also [run it yourself](./docs/running.md), if you're feeling bold. It's very light-weight! +You can also [run it yourself](./docs/running.md), if you're feeling bold. It's quite lightweight! ## Status -**Alpha** +**Beta** Expect breakage. Search results are not expected to match the quality of [search.nixos.org](https://search.nixos.org/), the priority is more on having multiple sources in one location. |